do not show article hint in order view after all, since "old price" is
actually the price of the current article, which will probably be different in the future
This commit is contained in:
parent
2b97ca050a
commit
dcb17e04b5
1 changed files with 1 additions and 3 deletions
|
@ -28,9 +28,7 @@
|
||||||
%tr{:class => cycle('even', 'odd', :name => 'articles') + ' ' + cssclass}
|
%tr{:class => cycle('even', 'odd', :name => 'articles') + ' ' + cssclass}
|
||||||
%td=h order_article.article.name
|
%td=h order_article.article.name
|
||||||
%td= order_article.article.unit
|
%td= order_article.article.unit
|
||||||
%td
|
%td= "#{number_to_currency(net_price)} / #{number_to_currency(gross_price)}"
|
||||||
= "#{number_to_currency(net_price)} / #{number_to_currency(gross_price)}"
|
|
||||||
= article_price_change_hint(order_article, gross: true)
|
|
||||||
- if order.stockit?
|
- if order.stockit?
|
||||||
%td= units
|
%td= units
|
||||||
- else
|
- else
|
||||||
|
|
Loading…
Reference in a new issue