Add tooltip for article prices
This commit is contained in:
parent
2ee7f716ae
commit
8a79dfd167
9 changed files with 41 additions and 15 deletions
|
|
@ -8,6 +8,7 @@
|
|||
var stock_change = $(
|
||||
'<%= j(render(:partial => 'stock_change', :locals => {:stock_change => @stock_change})) %>'
|
||||
).addClass('success');
|
||||
enablePriceTooltips(stock_change);
|
||||
|
||||
$('#stock_changes').append(stock_change);
|
||||
mark_article_for_delivery(<%= @stock_change.stock_article.id %>);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue