fix receive dynamic update (complements 90c81de872
)
This commit is contained in:
parent
124341c7d6
commit
bea2706005
1 changed files with 1 additions and 1 deletions
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue