From bb331f99a7b5db55634699de86265fe811f6fa5a Mon Sep 17 00:00:00 2001 From: wvengen Date: Thu, 19 Dec 2013 00:45:14 +0100 Subject: [PATCH] fix units_to_order display [ci skip] --- app/views/orders/_edit_amount.html.haml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/app/views/orders/_edit_amount.html.haml b/app/views/orders/_edit_amount.html.haml index e50640a1..2f724753 100644 --- a/app/views/orders/_edit_amount.html.haml +++ b/app/views/orders/_edit_amount.html.haml @@ -8,10 +8,10 @@ %td.name{title: order_title.join("\n")}= order_article.article.name %td #{order_article.article.unit_quantity} × #{order_article.article.unit} %td #{order_article.quantity} + #{order_article.tolerance} - -#%td # TODO implements invoice screen + %td = order_article.units_to_order %i.package pkg - %td + -#%td # TODO implement invoice screen - unless order_article.units_billed.nil? = order_article.units_billed %i.package pkg