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
1 changed files with 1 additions and 1 deletions

View File

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