Update cticketcategory.class.php

This commit is contained in:
Laurent Destailleur
2024-03-16 15:59:43 +01:00
committed by GitHub
parent ea12c39cba
commit 34a554e64d

View File

@@ -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'])) {