Fix rendering of financial transaction types sums
This commit is contained in:
parent
54503f2dc4
commit
9babb6cfe9
1 changed files with 1 additions and 1 deletions
|
@ -95,7 +95,7 @@ class Finance::FinancialTransactionsController < ApplicationController
|
||||||
protected
|
protected
|
||||||
|
|
||||||
def find_ordergroup
|
def find_ordergroup
|
||||||
@ordergroup = Ordergroup.find(params[:ordergroup_id])
|
@ordergroup = Ordergroup.include_transaction_class_sum.find(params[:ordergroup_id])
|
||||||
end
|
end
|
||||||
|
|
||||||
end
|
end
|
||||||
|
|
Loading…
Reference in a new issue