2
0
mirror of https://github.com/inventree/InvenTree.git synced 2025-06-14 11:05:41 +00:00

Fix build output unallocate button (#5426) (#5427)

(cherry picked from commit dce565b4a3)

Co-authored-by: Oliver <oliver.henry.walters@gmail.com>
This commit is contained in:
github-actions[bot]
2023-08-11 10:13:52 +10:00
committed by GitHub
parent 7391f33a97
commit df8c2692a0

View File

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