commit | 5390d5e65ae8963f1a3fdae92a6453bddf886aed | [log] [tgz] |
---|---|---|
author | Deepesh Garg <42651287+deepeshgarg007@users.noreply.github.com> | Thu Mar 17 18:02:57 2022 +0530 |
committer | GitHub <noreply@github.com> | Thu Mar 17 18:02:57 2022 +0530 |
tree | f90ab38c45116aee4bb2932d1c177adba55935d4 | |
parent | 5f89cb2ccaf7656233ff6298422e333817dac82c [diff] | |
parent | a651a0ffc8fd95a35c6325a2a6ab84d66027d376 [diff] |
Merge branch 'develop' into mergify/bp/develop/pr-30284
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: