fix(selling): blanket order ordered qty recalculation on sales order status change (backport #54593) (#54623)

fix(selling): blanket order ordered qty recalculation on sales order status change (#54593)

(cherry picked from commit d68801e73a)

Co-authored-by: Pandiyan P <pandiyanpalani37@gmail.com>
This commit is contained in:
mergify[bot]
2026-04-29 06:47:55 +00:00
committed by GitHub
parent e24ab72c0d
commit 9db03bc520

View File

@@ -610,6 +610,7 @@ class SalesOrder(SellingController):
self.update_subcontracting_order_status()
self.notify_update()
clear_doctype_notifications(self)
self.update_blanket_order()
def update_subcontracting_order_status(self):
from erpnext.subcontracting.doctype.subcontracting_inward_order.subcontracting_inward_order import (