2
0
mirror of https://github.com/inventree/InvenTree.git synced 2025-06-18 13:05:42 +00:00

Fix build output unallocate button (#5426)

This commit is contained in:
Oliver
2023-08-11 10:11:06 +10:00
committed by GitHub
parent 89795f632c
commit dce565b4a3

View File

@ -2708,6 +2708,7 @@ function loadBuildLineTable(table, build_id, options={}) {
deallocateStock(build_id, {
build_line: pk,
output: output,
onSuccess: function() {
$(table).bootstrapTable('refresh');
}