mirror of
https://github.com/inventree/InvenTree
synced 2024-08-30 18:33:04 +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);
|
return imageHoverIcon(row.part.image_url) + renderLink(value, row.part.url);
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
|
{
|
||||||
|
field: 'part.description',
|
||||||
|
title: 'Description',
|
||||||
|
sortable: true,
|
||||||
|
},
|
||||||
{
|
{
|
||||||
field: 'location',
|
field: 'location',
|
||||||
title: 'Location',
|
title: 'Location',
|
||||||
|
Loading…
Reference in New Issue
Block a user