mirror of
https://github.com/inventree/InvenTree.git
synced 2025-06-18 04:55:44 +00:00
Bug fix: Allocation quantity for "auto allocate" of tracked parts must be 1
This commit is contained in:
@ -715,7 +715,7 @@ class Build(MPTTModel, ReferenceIndexingMixin):
|
|||||||
build=self,
|
build=self,
|
||||||
bom_item=bom_item,
|
bom_item=bom_item,
|
||||||
stock_item=stock_item,
|
stock_item=stock_item,
|
||||||
quantity=quantity,
|
quantity=1,
|
||||||
install_into=output,
|
install_into=output,
|
||||||
)
|
)
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user