diff --git a/InvenTree/templates/js/translated/build.js b/InvenTree/templates/js/translated/build.js index c476301605..8e91ce3855 100644 --- a/InvenTree/templates/js/translated/build.js +++ b/InvenTree/templates/js/translated/build.js @@ -1717,7 +1717,7 @@ function loadBuildOutputAllocationTable(buildInfo, output, options={}) { detailFormatter: function(index, row, element) { // Contruct an 'inner table' which shows which stock items have been allocated - var subTableId = `allocation-table-${row.pk}`; + var subTableId = `allocation-table-${outputId}-${row.pk}`; var html = `
`;