stock entries from production_order dont fetch serial number of project

This commit is contained in:
RobertSchouten 2016-09-09 11:05:22 +08:00 committed by GitHub
parent b7fc4b76e4
commit 2efe20bd9a

View File

@ -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 """