commit | 2efe20bd9a4feb8bcf70fc1176e9c212f870d67e | [log] [tgz] |
---|---|---|
author | RobertSchouten <robert_schouten@live.com> | Fri Sep 09 11:05:22 2016 +0800 |
committer | GitHub <noreply@github.com> | Fri Sep 09 11:05:22 2016 +0800 |
tree | d3652313fd8481f164bdeb3787bed5369b7ad30f | |
parent | b7fc4b76e421a44f07cb30ea83de6c6632ed638e [diff] |
stock entries from production_order dont fetch serial number of project
diff --git a/erpnext/manufacturing/doctype/production_planning_tool/production_planning_tool.py b/erpnext/manufacturing/doctype/production_planning_tool/production_planning_tool.py index acb3ab8..ce849de 100644 --- a/erpnext/manufacturing/doctype/production_planning_tool/production_planning_tool.py +++ b/erpnext/manufacturing/doctype/production_planning_tool/production_planning_tool.py
@@ -249,6 +249,7 @@ "wip_warehouse" : "", "fg_warehouse" : d.warehouse, "status" : "Draft", + "project" : frappe.db.get_value("Sales Order",d.sales_order,"Project") } """ Club similar BOM and item for processing in case of Sales Orders """