units cannot show html in tooltip
This commit is contained in:
parent
52323b98b8
commit
e5f64cff8c
1 changed files with 1 additions and 1 deletions
|
@ -1,7 +1,7 @@
|
||||||
%td.closed
|
%td.closed
|
||||||
= link_to order_article.article.name, '#', 'data-toggle-this' => "#group_order_articles_#{order_article.id}"
|
= link_to order_article.article.name, '#', 'data-toggle-this' => "#group_order_articles_#{order_article.id}"
|
||||||
%td= order_article.article.order_number
|
%td= order_article.article.order_number
|
||||||
%td{title: units_history_line(order_article)}
|
%td{title: units_history_line(order_article, :plain => true)}
|
||||||
= order_article.units
|
= order_article.units
|
||||||
= pkg_helper order_article.article_price
|
= pkg_helper order_article.article_price
|
||||||
- if s=order_article.ordered_quantities_different_from_group_orders?
|
- if s=order_article.ordered_quantities_different_from_group_orders?
|
||||||
|
|
Loading…
Reference in a new issue