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

This commit is contained in:
Pandiyan P
2026-04-29 11:57:40 +05:30
committed by GitHub
parent addec3aa8f
commit d68801e73a

View File

@@ -611,6 +611,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 (