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:
wvengen 2014-01-09 13:24:40 +01:00
parent 2b97ca050a
commit dcb17e04b5
1 changed files with 1 additions and 3 deletions

View File

@ -28,9 +28,7 @@
%tr{:class => cycle('even', 'odd', :name => 'articles') + ' ' + cssclass}
%td=h order_article.article.name
%td= order_article.article.unit
%td
= "#{number_to_currency(net_price)} / #{number_to_currency(gross_price)}"
= article_price_change_hint(order_article, gross: true)
%td= "#{number_to_currency(net_price)} / #{number_to_currency(gross_price)}"
- if order.stockit?
%td= units
- else