mirror of
https://github.com/inventree/InvenTree
synced 2024-08-30 18:33:04 +00:00
style fix
This commit is contained in:
parent
34df19242c
commit
8780b8435a
@ -934,7 +934,7 @@ class Part(MPTTModel):
|
|||||||
logger.warning("Found null BomItem when calculating required quantity")
|
logger.warning("Found null BomItem when calculating required quantity")
|
||||||
continue
|
continue
|
||||||
|
|
||||||
build_quantity = build.quantity * bom_item.quantity
|
build_quantity = build.quantity * bom_item.quantity
|
||||||
|
|
||||||
quantity += build_quantity
|
quantity += build_quantity
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user