From 5ead0fb4414f19bad00289ca832741a9acdad8fc Mon Sep 17 00:00:00 2001 From: wvengen Date: Fri, 3 Jan 2014 10:44:57 +0100 Subject: [PATCH] show correct price --- app/views/orders/_edit_amount.html.haml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/views/orders/_edit_amount.html.haml b/app/views/orders/_edit_amount.html.haml index 218316e6..69d251cd 100644 --- a/app/views/orders/_edit_amount.html.haml +++ b/app/views/orders/_edit_amount.html.haml @@ -8,7 +8,7 @@ %td.name{title: order_title.join("\n")}= order_article.article.name %td.unit= order_article.article.unit %td.article_price - = number_to_currency order_article.article.price + = number_to_currency order_article.article_price.price = article_price_change_hint(order_article) %td #{order_article.quantity} + #{order_article.tolerance} %td