Merge branch 'develop' into dev-work-order-bugs

This commit is contained in:
Rohan
2019-09-30 13:08:12 +05:30
committed by GitHub
47 changed files with 3547 additions and 3312 deletions

View File

@@ -213,6 +213,9 @@ class WorkOrder(Document):
self.db_set(fieldname, qty)
from erpnext.selling.doctype.sales_order.sales_order import update_produced_qty_in_so_item
update_produced_qty_in_so_item(self.sales_order_item)
if self.production_plan:
self.update_production_plan_status()