2
0
mirror of https://github.com/inventree/InvenTree.git synced 2025-09-22 18:41:33 +00:00

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

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
InvenTree
build
templates
js
translated

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