2
0
mirror of https://github.com/inventree/InvenTree.git synced 2025-06-14 02:55:41 +00:00

PEP fixes

This commit is contained in:
Oliver
2022-02-25 15:43:45 +11:00
parent ab82f07ef1
commit 3dde0dbb2b

View File

@ -839,7 +839,7 @@ class Build(MPTTModel, ReferenceIndexingMixin):
quantity = bom_item.quantity
if output:
quantity *= output.quantity
quantity *= output.quantity
else:
quantity *= self.quantity