Merge pull request #30261 from deepeshgarg007/bank_reco_error

fix: Error in bank reconciliation statement
This commit is contained in:
Deepesh Garg 2022-03-17 17:29:15 +05:30 committed by GitHub
commit a651a0ffc8
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

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