From 34a554e64d8bf61d8cb2d8b4ea2d8a35a9ac134c Mon Sep 17 00:00:00 2001 From: Laurent Destailleur Date: Sat, 16 Mar 2024 15:59:43 +0100 Subject: [PATCH] Update cticketcategory.class.php --- htdocs/ticket/class/cticketcategory.class.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/htdocs/ticket/class/cticketcategory.class.php b/htdocs/ticket/class/cticketcategory.class.php index 279bd4bd790..c98e7bb3c92 100644 --- a/htdocs/ticket/class/cticketcategory.class.php +++ b/htdocs/ticket/class/cticketcategory.class.php @@ -186,7 +186,7 @@ class CTicketCategory extends CommonObject $this->db = $db; - if (!getDolGlobalString('MAIN_SHOW_TECHNICAL_ID')) && isset($this->fields['rowid']) { + if (!getDolGlobalString('MAIN_SHOW_TECHNICAL_ID') && isset($this->fields['rowid']) { $this->fields['rowid']['visible'] = 0; } if (!isModEnabled('multicompany') && isset($this->fields['entity'])) {