order articles by number then name in fax+receive
This makes it easier to enter the receive screen from an order pdf print with received amounts. Conflicts: app/documents/order_fax.rb
This commit is contained in:
parent
fd8b9ac19d
commit
e61c3c9267
3 changed files with 3 additions and 3 deletions
|
|
@ -78,7 +78,7 @@
|
|||
%thead
|
||||
%tr
|
||||
%th.sort{:data => {:sort => 'string'}}= heading_helper Article, :order_number, short: true
|
||||
%th.default-sort.sort{:data => {:sort => 'string'}}= heading_helper Article, :name
|
||||
%th.sort{:data => {:sort => 'string'}}= heading_helper Article, :name
|
||||
%th= heading_helper Article, :unit
|
||||
%th= heading_helper Article, :price
|
||||
%th= heading_helper OrderArticle, :quantity, short: true
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue