Merge pull request #52151 from aerele/fix-po-tax-withholding

fix(purchase order): re-calculate tax withholding during update items
This commit is contained in:
ruthra kumar
2026-02-17 12:19:06 +05:30
committed by GitHub

View File

@@ -4060,6 +4060,7 @@ def update_child_qty_rate(parent_doctype, trans_items, parent_doctype_name, chil
parent.set_payment_schedule()
if parent_doctype == "Purchase Order":
parent.set_tax_withholding()
parent.validate_minimum_order_qty()
parent.validate_budget()
if parent.is_against_so():