commit | 61ded697a7384d8ef133a42424d8a14763bb6061 | [log] [tgz] |
---|---|---|
author | s-aga-r <sagarsharma.s312@gmail.com> | Mon Feb 05 11:42:17 2024 +0530 |
committer | s-aga-r <sagarsharma.s312@gmail.com> | Mon Feb 05 15:38:31 2024 +0530 |
tree | 34acaa2de2190ea3671526cb920b62ddee554ac7 | |
parent | 5ce5c352e4ab2293b3f5b5dac9bc1a2a1912e620 [diff] |
fix: update BO Ordered Quantity on PO Close/Open
diff --git a/erpnext/buying/doctype/purchase_order/purchase_order.py b/erpnext/buying/doctype/purchase_order/purchase_order.py index 4efbb27..656ee9b 100644 --- a/erpnext/buying/doctype/purchase_order/purchase_order.py +++ b/erpnext/buying/doctype/purchase_order/purchase_order.py
@@ -457,6 +457,7 @@ 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)