mirror of
https://github.com/inventree/InvenTree
synced 2024-08-30 18:33:04 +00:00
Fix build output unallocate button (#5426)
This commit is contained in:
parent
89795f632c
commit
dce565b4a3
@ -2708,6 +2708,7 @@ function loadBuildLineTable(table, build_id, options={}) {
|
|||||||
|
|
||||||
deallocateStock(build_id, {
|
deallocateStock(build_id, {
|
||||||
build_line: pk,
|
build_line: pk,
|
||||||
|
output: output,
|
||||||
onSuccess: function() {
|
onSuccess: function() {
|
||||||
$(table).bootstrapTable('refresh');
|
$(table).bootstrapTable('refresh');
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user