mirror of
https://github.com/inventree/InvenTree.git
synced 2025-07-05 05:00:58 +00:00
Add "exclude_location" to build order auto-allocation
This commit is contained in:
@ -1876,6 +1876,7 @@ function autoAllocateStockToBuild(build_id, bom_items=[], options={}) {
|
||||
location: {
|
||||
value: options.location,
|
||||
},
|
||||
exclude_location: {},
|
||||
interchangeable: {
|
||||
value: true,
|
||||
},
|
||||
|
Reference in New Issue
Block a user