commit | fbcb413d9689222442f56197ab14bc17bd9b72bb | [log] [tgz] |
---|---|---|
author | Deepesh Garg <deepeshgarg6@gmail.com> | Tue Mar 15 18:20:11 2022 +0530 |
committer | Deepesh Garg <deepeshgarg6@gmail.com> | Tue Mar 15 18:20:11 2022 +0530 |
tree | cf068c4b5b6a2785c2928306eacc33caf8b7f374 | |
parent | 22dfd5a4b1b0a58b113641433ab6999ec2144ad0 [diff] |
fix: Error in bank reco statement
diff --git a/erpnext/accounts/report/bank_reconciliation_statement/bank_reconciliation_statement.py b/erpnext/accounts/report/bank_reconciliation_statement/bank_reconciliation_statement.py index b72d266..fe644ed 100644 --- a/erpnext/accounts/report/bank_reconciliation_statement/bank_reconciliation_statement.py +++ b/erpnext/accounts/report/bank_reconciliation_statement/bank_reconciliation_statement.py
@@ -267,7 +267,7 @@ total_amount += flt(amount) - return amount + return total_amount def get_balance_row(label, amount, account_currency): if amount > 0: