Merge pull request #48449 from frappe/mergify/bp/version-15-hotfix/pr-48403

fix: add selling price validation on update item (backport #48403)
This commit is contained in:
Diptanil Saha
2025-07-08 12:41:58 +05:30
committed by GitHub

View File

@@ -3965,6 +3965,7 @@ def update_child_qty_rate(parent_doctype, trans_items, parent_doctype_name, chil
).format(frappe.bold(parent.name))
)
else: # Sales Order
parent.validate_selling_price()
parent.validate_for_duplicate_items()
parent.validate_warehouse()
parent.update_reserved_qty()