fix: TypeError: 'float' object is not iterable (#41758)

This commit is contained in:
rohitwaghchaure
2024-06-04 11:58:32 +05:30
committed by GitHub
parent a8fc32dc32
commit cf508ce1ed
3 changed files with 30 additions and 21 deletions

View File

@@ -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,
},
)