mirror of
https://github.com/inventree/InvenTree.git
synced 2025-05-01 21:16:46 +00:00
Add part IPN to stock detail page (#8161)
This commit is contained in:
parent
f132970ff3
commit
4892410b3e
@ -106,6 +106,14 @@ export default function StockDetail() {
|
|||||||
type: 'link',
|
type: 'link',
|
||||||
model: ModelType.part
|
model: ModelType.part
|
||||||
},
|
},
|
||||||
|
{
|
||||||
|
name: 'part_detail.IPN',
|
||||||
|
label: t`IPN`,
|
||||||
|
type: 'text',
|
||||||
|
copy: true,
|
||||||
|
icon: 'part',
|
||||||
|
hidden: !part.IPN
|
||||||
|
},
|
||||||
{
|
{
|
||||||
name: 'status',
|
name: 'status',
|
||||||
type: 'status',
|
type: 'status',
|
||||||
|
Loading…
x
Reference in New Issue
Block a user