mirror of
https://github.com/frappe/erpnext.git
synced 2026-06-02 03:39:11 +00:00
Update production_planning_tool.py
This commit is contained in:
@@ -249,7 +249,7 @@ class ProductionPlanningTool(Document):
|
|||||||
"wip_warehouse" : "",
|
"wip_warehouse" : "",
|
||||||
"fg_warehouse" : d.warehouse,
|
"fg_warehouse" : d.warehouse,
|
||||||
"status" : "Draft",
|
"status" : "Draft",
|
||||||
"project" : frappe.db.get_value("Sales Order",d.sales_order,"Project")
|
"project" : frappe.db.get_value("Sales Order", d.sales_order, "project")
|
||||||
}
|
}
|
||||||
|
|
||||||
""" Club similar BOM and item for processing in case of Sales Orders """
|
""" Club similar BOM and item for processing in case of Sales Orders """
|
||||||
|
|||||||
Reference in New Issue
Block a user