mirror of
https://github.com/inventree/InvenTree.git
synced 2025-06-14 11:05:41 +00:00
PEP fixes
This commit is contained in:
@ -839,7 +839,7 @@ class Build(MPTTModel, ReferenceIndexingMixin):
|
|||||||
quantity = bom_item.quantity
|
quantity = bom_item.quantity
|
||||||
|
|
||||||
if output:
|
if output:
|
||||||
quantity *= output.quantity
|
quantity *= output.quantity
|
||||||
else:
|
else:
|
||||||
quantity *= self.quantity
|
quantity *= self.quantity
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user