Skip to content

Commit

Permalink
fix: update BO Ordered Quantity on PO Close/Open
Browse files Browse the repository at this point in the history
  • Loading branch information
s-aga-r committed Feb 5, 2024
1 parent 96eb019 commit fc0f965
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions erpnext/buying/doctype/purchase_order/purchase_order.py
Original file line number Diff line number Diff line change
Expand Up @@ -457,6 +457,7 @@ def update_status(self, status):
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)

Expand Down

0 comments on commit fc0f965

Please sign in to comment.