mirror of
https://github.com/inventree/InvenTree.git
synced 2025-04-27 19:16:44 +00:00
Fix for 'issued_by' field on BuildDetail page (#8962)
This commit is contained in:
parent
a13f5681a1
commit
16b03a7371
@ -171,7 +171,8 @@ export default function BuildDetail() {
|
|||||||
name: 'issued_by',
|
name: 'issued_by',
|
||||||
label: t`Issued By`,
|
label: t`Issued By`,
|
||||||
icon: 'user',
|
icon: 'user',
|
||||||
badge: 'user'
|
badge: 'user',
|
||||||
|
hidden: !build.issued_by
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
type: 'text',
|
type: 'text',
|
||||||
|
Loading…
x
Reference in New Issue
Block a user