mirror of
https://github.com/frappe/erpnext.git
synced 2026-09-17 10:36:31 +00:00
fix: TypeError: 'float' object is not iterable (#41758)
This commit is contained in:
@@ -562,6 +562,7 @@ def add_sub_assembly(**kwargs):
|
||||
"source_warehouse": bom_item.source_warehouse,
|
||||
"wip_warehouse": bom_item.wip_warehouse,
|
||||
"fg_warehouse": bom_item.fg_warehouse,
|
||||
"skip_material_transfer": bom_item.skip_material_transfer,
|
||||
},
|
||||
)
|
||||
|
||||
|
||||
Reference in New Issue
Block a user