mirror of
https://github.com/inventree/InvenTree.git
synced 2025-07-01 11:10:54 +00:00
Add confirmation for "over-allocated" stock when completing BuildOrder (#3272)
This commit is contained in:
@ -174,6 +174,7 @@ function completeBuildOrder(build_id, options={}) {
|
||||
|
||||
var fields = {
|
||||
accept_unallocated: {},
|
||||
accept_overallocated: {},
|
||||
accept_incomplete: {},
|
||||
};
|
||||
|
||||
|
Reference in New Issue
Block a user