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:
parent
cde1fb3525
commit
54715e50fc
1 changed files with 1 additions and 1 deletions
|
@ -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"}
|
||||||
|
|
Loading…
Reference in a new issue