Balancing: Do not update oder summary automaticly when changing group orders.

This commit is contained in:
Benjamin Meichsner 2013-03-17 15:47:50 +01:00
parent 9cc98b4662
commit c05b3e0e19
5 changed files with 12 additions and 2 deletions

View file

@ -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