Bug fix: Allocation quantity for "auto allocate" of tracked parts must be 1
This commit is contained in:
parent
39e8b2af0f
commit
7986e0752d
|
|
@ -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,
|
||||
)
|
||||
|
||||
|
|
|
|||
Loading…
Reference in New Issue