Changed caption of group orders sum price

* Changed caption of order_article.group_orders_sum[:price] to be "Summe
 (FC-Preis)" in _group_order_articles.html
* Trying to improve clarification of diffrent prices.
This commit is contained in:
sandoz 2009-03-22 12:08:42 +01:00 committed by sandoz
parent cde1fb3525
commit 54715e50fc

View file

@ -32,7 +32,7 @@
%tfoot %tfoot
%tr{:class => cycle('even', 'odd', :name => 'results')} %tr{:class => cycle('even', 'odd', :name => 'results')}
%td %td
%td{:style => "width:8em"} Summe %td{:style => "width:8em"} Summe (FC-Preis)
%td{:id => "group_orders_sum_quantity_#{order_article.id}"} %td{:id => "group_orders_sum_quantity_#{order_article.id}"}
= order_article.group_orders_sum[:quantity] = order_article.group_orders_sum[:quantity]
%td{:id => "group_orders_sum_price_#{order_article.id}", :class => "currency"} %td{:id => "group_orders_sum_price_#{order_article.id}", :class => "currency"}