2
0
mirror of https://github.com/inventree/InvenTree.git synced 2025-10-03 15:52:51 +00:00

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

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