Allow to sort receive on unit

This commit is contained in:
wvengen 2015-04-21 22:37:37 +02:00
parent 17cbc57850
commit dd799cf642
1 changed files with 1 additions and 1 deletions

View File

@ -82,7 +82,7 @@
%tr
%th.sort{:data => {:sort => 'string'}}= heading_helper Article, :order_number, short: true
%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 OrderArticle, :quantity, short: true
%th= heading_helper OrderArticle, :units_to_order, short: true