2
0
mirror of https://github.com/inventree/InvenTree.git synced 2025-05-01 04:56:45 +00:00

style fix

This commit is contained in:
Oliver Walters 2021-02-17 12:46:05 +11:00
parent 34df19242c
commit 8780b8435a

View File

@ -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