commit | a82cf7214e301a3f70513e308d1625a726a1beea | [log] [tgz] |
---|---|---|
author | Deepesh Garg <deepeshgarg6@gmail.com> | Mon Feb 21 13:58:56 2022 +0530 |
committer | Deepesh Garg <deepeshgarg6@gmail.com> | Mon Feb 21 13:58:56 2022 +0530 |
tree | 9ecdc9da2f9a8fdd6f25c0bd44990beecc78bbf2 | |
parent | 85b67039daa672c18798a169acaec96a655115ae [diff] |
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 = {