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
|
|
@ -30,6 +30,10 @@ class Finance::BalancingController < Finance::BaseController
|
|||
render layout: false if request.xhr?
|
||||
end
|
||||
|
||||
def update_summary
|
||||
@order = Order.find(params[:id])
|
||||
end
|
||||
|
||||
def edit_note
|
||||
@order = Order.find(params[:id])
|
||||
render :layout => false
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue