fix: update BO Ordered Quantity on PO Close/Open

This commit is contained in:
s-aga-r 2024-02-05 11:42:17 +05:30
parent 5ce5c352e4
commit 61ded697a7

View File

@ -457,6 +457,7 @@ class PurchaseOrder(BuyingController):
self.update_ordered_qty()
self.update_reserved_qty_for_subcontract()
self.update_subcontracting_order_status()
self.update_blanket_order()
self.notify_update()
clear_doctype_notifications(self)