Merge pull request #1644 from SchrodingersGat/test-table-fix

Stock Test: Fix display of stock test table
This commit is contained in:
Oliver 2021-06-08 20:27:06 +10:00 committed by GitHub
commit fd63e49e60
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -159,7 +159,7 @@ function loadStockTestResultsTable(table, options) {
// Set "parent" for each existing row
tableData.forEach(function(item, idx) {
tableData[idx].parent = options.stock_item;
tableData[idx].parent = parent_node;
});
// Once the test template data are loaded, query for test results