Merge pull request #44738 from aerele/tds-section-code

fix: fetch tax withholding category from the voucher
This commit is contained in:
ruthra kumar
2024-12-23 14:34:17 +05:30
committed by GitHub
2 changed files with 4 additions and 4 deletions

View File

@@ -409,7 +409,7 @@ def get_doc_info(vouchers, doctype, tax_category_map, net_total_map=None):
"paid_amount_after_tax",
"base_paid_amount",
],
"Journal Entry": ["total_debit"],
"Journal Entry": ["tax_withholding_category", "total_debit"],
}
entries = frappe.get_all(