mirror of
https://github.com/frappe/erpnext.git
synced 2026-06-08 07:32:50 +00:00
Fixes for test cases
This commit is contained in:
@@ -475,6 +475,7 @@ class StockEntry(StockController):
|
||||
_validate_production_order(pro_doc)
|
||||
pro_doc.run_method("update_status")
|
||||
pro_doc.run_method("update_production_order_qty")
|
||||
if self.purpose == "Manufacture":
|
||||
self.update_planned_qty(pro_doc)
|
||||
|
||||
def update_planned_qty(self, pro_doc):
|
||||
|
||||
Reference in New Issue
Block a user