Allow to sort receive on unit
This commit is contained in:
parent
17cbc57850
commit
dd799cf642
1 changed files with 1 additions and 1 deletions
|
@ -82,7 +82,7 @@
|
||||||
%tr
|
%tr
|
||||||
%th.sort{:data => {:sort => 'string'}}= heading_helper Article, :order_number, short: true
|
%th.sort{:data => {:sort => 'string'}}= heading_helper Article, :order_number, short: true
|
||||||
%th.sort{:data => {:sort => 'string'}}= heading_helper Article, :name
|
%th.sort{:data => {:sort => 'string'}}= heading_helper Article, :name
|
||||||
%th= heading_helper Article, :unit
|
%th.sort{:data => {:sort => 'string'}}= heading_helper Article, :unit
|
||||||
%th= heading_helper Article, :price
|
%th= heading_helper Article, :price
|
||||||
%th= heading_helper OrderArticle, :quantity, short: true
|
%th= heading_helper OrderArticle, :quantity, short: true
|
||||||
%th= heading_helper OrderArticle, :units_to_order, short: true
|
%th= heading_helper OrderArticle, :units_to_order, short: true
|
||||||
|
|
Loading…
Reference in a new issue