From 8780b8435a0d4084926f13456ba63649aea7ba4c Mon Sep 17 00:00:00 2001 From: Oliver Walters Date: Wed, 17 Feb 2021 12:46:05 +1100 Subject: [PATCH] style fix --- InvenTree/part/models.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/InvenTree/part/models.py b/InvenTree/part/models.py index 6041c2827e..c5e562ec80 100644 --- a/InvenTree/part/models.py +++ b/InvenTree/part/models.py @@ -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