stock entries from production_order dont fetch serial number of project
This commit is contained in:
parent
b7fc4b76e4
commit
2efe20bd9a
@ -249,6 +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")
|
||||||
}
|
}
|
||||||
|
|
||||||
""" 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