mirror of
https://github.com/frappe/erpnext.git
synced 2026-03-16 00:37:15 +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" : "",
|
||||
"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 """
|
||||
|
||||
Reference in New Issue
Block a user