mirror of
https://github.com/inventree/InvenTree.git
synced 2025-04-30 04:26:44 +00:00
Display part description in stock table
This commit is contained in:
parent
b4b9d1514e
commit
8fbba6846f
@ -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',
|
||||
|
Loading…
x
Reference in New Issue
Block a user