Bug fix: Allocation quantity for "auto allocate" of tracked parts must be 1

This commit is contained in:
Oliver 2022-03-09 13:03:38 +11:00
parent 39e8b2af0f
commit 7986e0752d

View File

@ -715,7 +715,7 @@ class Build(MPTTModel, ReferenceIndexingMixin):
build=self,
bom_item=bom_item,
stock_item=stock_item,
quantity=quantity,
quantity=1,
install_into=output,
)