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

Fix for 'issued_by' field on BuildDetail page (#8962)

This commit is contained in:
Oliver 2025-01-27 23:45:48 +11:00 committed by GitHub
parent a13f5681a1
commit 16b03a7371
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -171,7 +171,8 @@ export default function BuildDetail() {
name: 'issued_by',
label: t`Issued By`,
icon: 'user',
badge: 'user'
badge: 'user',
hidden: !build.issued_by
},
{
type: 'text',