diff --git a/InvenTree/templates/js/translated/build.js b/InvenTree/templates/js/translated/build.js index 1ac5b477da..97b9ba3095 100644 --- a/InvenTree/templates/js/translated/build.js +++ b/InvenTree/templates/js/translated/build.js @@ -1259,7 +1259,7 @@ function loadBuildOutputTable(build_info, options={}) { let final_result = false; row.tests.forEach(function(result) { - if (result.key == test.key) { + if (result.template == test.pk) { final_result = result.result; } });