From dd799cf64286cc1460a86336d9b1cd6714165587 Mon Sep 17 00:00:00 2001 From: wvengen Date: Tue, 21 Apr 2015 22:37:37 +0200 Subject: [PATCH] Allow to sort receive on unit --- app/views/orders/_edit_amounts.html.haml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/views/orders/_edit_amounts.html.haml b/app/views/orders/_edit_amounts.html.haml index 0f6c37da..63935ab2 100644 --- a/app/views/orders/_edit_amounts.html.haml +++ b/app/views/orders/_edit_amounts.html.haml @@ -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