commit | a651a0ffc8fd95a35c6325a2a6ab84d66027d376 | [log] [tgz] |
---|---|---|
author | Deepesh Garg <42651287+deepeshgarg007@users.noreply.github.com> | Thu Mar 17 17:29:15 2022 +0530 |
committer | GitHub <noreply@github.com> | Thu Mar 17 17:29:15 2022 +0530 |
tree | bd1a1174744b9f5a5c180a79f9a96ca020406627 | |
parent | da16ee159ada56992d9d7a96c9eb5e532d58279e [diff] | |
parent | fbcb413d9689222442f56197ab14bc17bd9b72bb [diff] |
Merge pull request #30261 from deepeshgarg007/bank_reco_error fix: Error in bank reconciliation 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: