commit | 40a45a31398d580ada25dc27aadd70ce64ac13ad | [log] [tgz] |
---|---|---|
author | Deepesh Garg <42651287+deepeshgarg007@users.noreply.github.com> | Mon Feb 21 15:33:58 2022 +0530 |
committer | GitHub <noreply@github.com> | Mon Feb 21 15:33:58 2022 +0530 |
tree | a7b3b28015d6f5f1d11fef128969d980821a6039 | |
parent | afc81351b7daa2c245f9ac96a42c54c302da1e8f [diff] | |
parent | a82cf7214e301a3f70513e308d1625a726a1beea [diff] |
Merge pull request #29907 from deepeshgarg007/tds_payable_total_amount fix: Total Credit amount in TDS Payable monthly report
diff --git a/erpnext/accounts/report/tds_payable_monthly/tds_payable_monthly.py b/erpnext/accounts/report/tds_payable_monthly/tds_payable_monthly.py index 57f7974..e6cbff5 100644 --- a/erpnext/accounts/report/tds_payable_monthly/tds_payable_monthly.py +++ b/erpnext/accounts/report/tds_payable_monthly/tds_payable_monthly.py
@@ -43,7 +43,7 @@ if entry.account in tds_accounts: tds_deducted += (entry.credit - entry.debit) - total_amount_credited += (entry.credit - entry.debit) + total_amount_credited += entry.credit if tds_deducted: row = {