mirror of
https://github.com/inventree/InvenTree.git
synced 2025-06-17 20:45: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,
|
||||
bom_item=bom_item,
|
||||
stock_item=stock_item,
|
||||
quantity=quantity,
|
||||
quantity=1,
|
||||
install_into=output,
|
||||
)
|
||||
|
||||
|
Reference in New Issue
Block a user