Skip to content

Commit

Permalink
fix: fetch tax withholding category from the voucher
Browse files Browse the repository at this point in the history
  • Loading branch information
venkat102 committed Dec 17, 2024
1 parent 1663c79 commit 09e6459
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -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(
Expand Down

0 comments on commit 09e6459

Please sign in to comment.