diff --git a/InvenTree/templates/js/translated/build.js b/InvenTree/templates/js/translated/build.js index 43f8fd1110..17970f0f41 100644 --- a/InvenTree/templates/js/translated/build.js +++ b/InvenTree/templates/js/translated/build.js @@ -610,7 +610,7 @@ function loadBuildOutputTable(build_info, options={}) { data: { output: pk }, - onSuccess: function() { + success: function() { $(table).bootstrapTable('refresh'); } }