mirror of
https://github.com/frappe/erpnext.git
synced 2026-05-01 12:38:27 +00:00
fix(selling): blanket order ordered qty recalculation on sales order status change (#54593)
This commit is contained in:
@@ -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 (
|
||||
|
||||
Reference in New Issue
Block a user