2
0
mirror of https://github.com/inventree/InvenTree.git synced 2025-05-08 16:28:49 +00:00

Add revision to "Used In" table (#9626)

This commit is contained in:
gunstr 2025-05-04 08:26:27 +02:00 committed by GitHub
parent 22b6dcd6cc
commit 6837381101
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.revision',
title: t`Revision`,
sortable: true
},
{ {
accessor: 'part_detail.description', accessor: 'part_detail.description',
sortable: false, sortable: false,