mirror of
https://github.com/frappe/erpnext.git
synced 2026-06-03 04:09:11 +00:00
feat: Introduce tax withholding entry
This commit is contained in:
@@ -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,
|
||||
|
||||
Reference in New Issue
Block a user