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

3 lines
188 B
Plaintext
Raw Normal View History

$('#modalContainer').modal('hide');
$('#result_table').prepend('#{j(render('finance/balancing/order_article_result', order_article: @order_article))}');
$('#summaryChangedWarning').show();