mirror of
https://github.com/inventree/InvenTree.git
synced 2025-06-18 04:55:44 +00:00
Merge branch 'inventree:master' into internal-price
This commit is contained in:
@ -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
|
||||
@ -660,6 +660,11 @@ function loadStockTable(table, options) {
|
||||
title: '{% trans "Last Updated" %}',
|
||||
sortable: true,
|
||||
},
|
||||
{
|
||||
field: 'purchase_price',
|
||||
title: '{% trans "Purchase Price" %}',
|
||||
sortable: true,
|
||||
},
|
||||
{
|
||||
field: 'packaging',
|
||||
title: '{% trans "Packaging" %}',
|
||||
|
Reference in New Issue
Block a user