Display part description in stock table

This commit is contained in:
Oliver Walters 2019-05-08 22:05:46 +10:00
parent b4b9d1514e
commit 8fbba6846f

View File

@ -369,6 +369,11 @@ function loadStockTable(table, options) {
return imageHoverIcon(row.part.image_url) + renderLink(value, row.part.url);
}
},
{
field: 'part.description',
title: 'Description',
sortable: true,
},
{
field: 'location',
title: 'Location',