Show revision in stock item details (#10371)

This commit is contained in:
gunstr 2025-09-21 23:44:57 +02:00 committed by GitHub
parent a18771bcba
commit e6161686e7
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 8 additions and 0 deletions

View File

@ -156,6 +156,14 @@ export default function StockDetail() {
icon: 'part',
hidden: !part.IPN
},
{
name: 'part_detail.revision',
label: t`Revision`,
type: 'string',
copy: true,
icon: 'revision',
hidden: !part.revision
},
{
name: 'status',
type: 'status',