Balancing: Do not update oder summary automaticly when changing group orders.
This commit is contained in:
parent
9cc98b4662
commit
c05b3e0e19
5 changed files with 12 additions and 2 deletions
|
|
@ -1,4 +1,4 @@
|
|||
$('#modalContainer').modal('hide');
|
||||
$('#order_article_#{@order_article.id}').html('#{j(render('finance/balancing/order_article', order_article: @order_article))}');
|
||||
$('#group_order_articles_#{@order_article.id}').html('#{j(render('finance/balancing/group_order_articles', order_article: @order_article))}');
|
||||
$('#summary').html('#{j(render('finance/balancing/summary', order: @order_article.order))}');
|
||||
$('#summaryChangedWarning').show();
|
||||
Loading…
Add table
Add a link
Reference in a new issue