From e5f64cff8c33828e19b6cccf8b86bf5c2b318201 Mon Sep 17 00:00:00 2001 From: Tom Carchrae Date: Fri, 5 May 2017 12:03:03 -0700 Subject: [PATCH] units cannot show html in tooltip --- app/views/finance/balancing/_order_article.html.haml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/views/finance/balancing/_order_article.html.haml b/app/views/finance/balancing/_order_article.html.haml index d540081d..050939f1 100644 --- a/app/views/finance/balancing/_order_article.html.haml +++ b/app/views/finance/balancing/_order_article.html.haml @@ -1,7 +1,7 @@ %td.closed = link_to order_article.article.name, '#', 'data-toggle-this' => "#group_order_articles_#{order_article.id}" %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 = pkg_helper order_article.article_price - if s=order_article.ordered_quantities_different_from_group_orders?