2
0
mirror of https://github.com/inventree/InvenTree.git synced 2025-04-28 11:36:44 +00:00

[PUI] Fix for part detail display (#7809)

- Template display was incorrect
This commit is contained in:
Oliver 2024-08-05 11:55:08 +10:00 committed by GitHub
parent 5144b7733a
commit 6937b3a268
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -289,7 +289,8 @@ export default function PartDetail() {
}, },
{ {
type: 'boolean', type: 'boolean',
name: 'template', icon: 'template',
name: 'is_template',
label: t`Template Part` label: t`Template Part`
}, },
{ {