fix: fetch tax withholding category from the voucher

(cherry picked from commit 09e64594db)
This commit is contained in:
venkat102
2024-12-17 13:15:41 +05:30
committed by Mergify
parent d0c60343cd
commit 1093c227f1

View File

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