2
0
mirror of https://github.com/inventree/InvenTree.git synced 2025-06-30 18:50:53 +00:00

Add confirmation for "over-allocated" stock when completing BuildOrder (#3272)

This commit is contained in:
Oliver
2022-06-29 14:59:55 +10:00
committed by GitHub
parent 825e4b4cd8
commit 73445b4b79
3 changed files with 31 additions and 0 deletions

View File

@ -174,6 +174,7 @@ function completeBuildOrder(build_id, options={}) {
var fields = {
accept_unallocated: {},
accept_overallocated: {},
accept_incomplete: {},
};