mirror of
https://github.com/frappe/erpnext.git
synced 2026-05-15 19:19:17 +00:00
stock entries from production_order dont fetch serial number of project
This commit is contained in:
@@ -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 """
|
||||||
|
|||||||
Reference in New Issue
Block a user