foodsoft/app/views/finance/order_articles/create.js.haml

4 lines
173 B
Text
Raw Normal View History

$.fancybox.close();
$('#result_table').
prepend('#{escape_javascript(render(partial: 'finance/balancing/order_article_result', locals: {order_article: @order_article}))}');