2
0
mirror of https://github.com/inventree/InvenTree.git synced 2025-07-01 03:00:54 +00:00

Logic fix for table row grouping

This commit is contained in:
Oliver Walters
2020-05-17 21:51:46 +10:00
parent 8ace71ef56
commit 5f318799c1
2 changed files with 21 additions and 3 deletions

View File

@ -61,6 +61,7 @@ $("#test-result-table").on('click', '.button-test-add', function() {
stock_item: {{ item.id }},
test: test_name
},
success: reloadTable,
}
);
});