2
0
mirror of https://github.com/inventree/InvenTree.git synced 2025-06-18 04:55:44 +00:00

Add "exclude_location" to build order auto-allocation

This commit is contained in:
Oliver
2022-03-09 14:57:57 +11:00
parent 927e206e14
commit 4191a043b2
4 changed files with 22 additions and 1 deletions

View File

@ -1876,6 +1876,7 @@ function autoAllocateStockToBuild(build_id, bom_items=[], options={}) {
location: {
value: options.location,
},
exclude_location: {},
interchangeable: {
value: true,
},