2
0
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:
Oliver 2024-08-19 12:25:29 +10:00 committed by GitHub
parent 05e234fc49
commit 48ee876d79
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -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,