fix receive dynamic update (complements 90c81de872)

This commit is contained in:
wvengen 2014-01-09 13:19:27 +01:00
parent 124341c7d6
commit bea2706005
1 changed files with 1 additions and 1 deletions

View File

@ -5,7 +5,7 @@
var old_order_article_entry = $('#order_article_<%= @order_article.id %>');
$('td.units_received_cell span.package', old_order_article_entry).replaceWith(
'<%= j pkg_helper(@order_article.article_price, false) %>'
'<%= j pkg_helper(@order_article.article_price, icon: false) %>'
);
// render new element and inject dynamic cell