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")
|
||||
continue
|
||||
|
||||
build_quantity = build.quantity * bom_item.quantity
|
||||
build_quantity = build.quantity * bom_item.quantity
|
||||
|
||||
quantity += build_quantity
|
||||
|
||||
|
|
|
|||
Loading…
Reference in New Issue