mirror of
https://github.com/inventree/InvenTree.git
synced 2025-06-14 19:15:41 +00:00
[PUI] Fix for part detail display (#7809)
- Template display was incorrect
This commit is contained in:
@ -289,7 +289,8 @@ export default function PartDetail() {
|
||||
},
|
||||
{
|
||||
type: 'boolean',
|
||||
name: 'template',
|
||||
icon: 'template',
|
||||
name: 'is_template',
|
||||
label: t`Template Part`
|
||||
},
|
||||
{
|
||||
|
Reference in New Issue
Block a user