foodsoft/app/views/finance/order_articles/update.js.erb

3 lines
200 B
Plaintext
Raw Normal View History

2012-06-21 17:19:00 +02:00
$.fancybox.close();
$('#order_article_<%= @order_article.id %>').
html('<%= escape_javascript(render(partial: 'finance/balancing/order_article', locals: {order_article: @order_article})) %>');