mirror of
https://github.com/frappe/erpnext.git
synced 2026-03-11 14:29:12 +00:00
fix: Total Credit amount in TDS Payable monthly report
(cherry picked from commit a82cf7214e)
This commit is contained in:
committed by
mergify-bot
parent
e70933eea2
commit
a6fba24ab1
@@ -43,7 +43,7 @@ def get_result(filters, tds_docs, tds_accounts, tax_category_map):
|
||||
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 = {
|
||||
|
||||
Reference in New Issue
Block a user