2
0
mirror of https://github.com/inventree/InvenTree.git synced 2025-05-01 13:06:45 +00:00

Add part IPN to stock detail page (#8161)

This commit is contained in:
Oliver 2024-09-23 09:44:52 +10:00 committed by GitHub
parent f132970ff3
commit 4892410b3e
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -106,6 +106,14 @@ export default function StockDetail() {
type: 'link',
model: ModelType.part
},
{
name: 'part_detail.IPN',
label: t`IPN`,
type: 'text',
copy: true,
icon: 'part',
hidden: !part.IPN
},
{
name: 'status',
type: 'status',