Update production_planning_tool.py
This commit is contained in:
parent
b64fc33be1
commit
d7b95267b3
@ -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 """
|
||||||
|
Loading…
x
Reference in New Issue
Block a user