mirror of
https://github.com/frappe/erpnext.git
synced 2026-05-13 10:11:20 +00:00
Merge pull request #52427 from archielister/develop
This commit is contained in:
@@ -496,7 +496,7 @@ class ProductionPlan(Document):
|
|||||||
|
|
||||||
item_details = get_item_details(data.item_code, throw=False)
|
item_details = get_item_details(data.item_code, throw=False)
|
||||||
if self.combine_items:
|
if self.combine_items:
|
||||||
bom_no = item_details.bom_no
|
bom_no = item_details.get("bom_no")
|
||||||
if data.get("bom_no"):
|
if data.get("bom_no"):
|
||||||
bom_no = data.get("bom_no")
|
bom_no = data.get("bom_no")
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user