mirror of
https://github.com/inventree/InvenTree.git
synced 2025-04-28 11:36:44 +00:00
Add "description" column to <UsedInTable /> (#7912)
This commit is contained in:
parent
05e234fc49
commit
48ee876d79
@ -38,6 +38,11 @@ export function UsedInTable({
|
|||||||
sortable: false,
|
sortable: false,
|
||||||
title: t`IPN`
|
title: t`IPN`
|
||||||
},
|
},
|
||||||
|
{
|
||||||
|
accessor: 'part_detail.description',
|
||||||
|
sortable: false,
|
||||||
|
title: t`Description`
|
||||||
|
},
|
||||||
{
|
{
|
||||||
accessor: 'sub_part',
|
accessor: 'sub_part',
|
||||||
sortable: true,
|
sortable: true,
|
||||||
|
Loading…
x
Reference in New Issue
Block a user