fix: Error in bank reco statement

(cherry picked from commit fbcb413d96)
This commit is contained in:
Deepesh Garg
2022-03-15 18:20:11 +05:30
committed by mergify-bot
parent 65d0189f71
commit aa1732a212

View File

@@ -267,7 +267,7 @@ def get_loan_amount(filters):
total_amount += flt(amount)
return amount
return total_amount
def get_balance_row(label, amount, account_currency):
if amount > 0: