foodsoft/app/views/finance/order_articles/update.js.erb
2012-06-21 17:19:00 +02:00

3 lines
No EOL
200 B
Text

$.fancybox.close();
$('#order_article_<%= @order_article.id %>').
html('<%= escape_javascript(render(partial: 'finance/balancing/order_article', locals: {order_article: @order_article})) %>');