feat: Introduce tax withholding entry

This commit is contained in:
Lakshit Jain
2025-12-23 20:47:53 +05:30
committed by GitHub
parent 56192afe5f
commit c66f78c784
74 changed files with 7112 additions and 2552 deletions

View File

@@ -1029,7 +1029,6 @@ def make_purchase_receipt(source_name, target_doc=None, save=False, submit=False
"Purchase Taxes and Charges": {
"doctype": "Purchase Taxes and Charges",
"reset_value": True,
"condition": lambda doc: not doc.is_tax_withholding_account,
},
},
postprocess=post_process,