From 8fbce954e3fa50d64f326cab7833e2fd75180e0f Mon Sep 17 00:00:00 2001 From: sandoz Date: Fri, 20 Mar 2009 18:54:05 +0100 Subject: [PATCH] Correct 'brutto'-price to be price.gross not fc_price. * We want to be more consistent in the use of diffrent price types: * netto, brutto, fc_price --- app/views/finance/balancing/_order_article.html.haml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/views/finance/balancing/_order_article.html.haml b/app/views/finance/balancing/_order_article.html.haml index 9ca7f5ab..7b55307e 100644 --- a/app/views/finance/balancing/_order_article.html.haml +++ b/app/views/finance/balancing/_order_article.html.haml @@ -9,7 +9,7 @@ %span{:style => "color:red;font-weight: bold"} ! %td= order_article.price.unit_quantity.to_s + ' * ' + order_article.article.unit.to_s %td= number_to_currency(order_article.price.price, :unit => "") -%td= number_to_currency(order_article.price.fc_price, :unit => "") +%td= number_to_currency(order_article.price.gross_price, :unit => "") %td= order_article.price.tax %td= order_article.price.deposit %td