mirror of
https://github.com/Dolibarr/dolibarr.git
synced 2026-02-07 16:41:48 +01:00
Update cticketcategory.class.php
This commit is contained in:
committed by
GitHub
parent
ea12c39cba
commit
34a554e64d
@@ -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'])) {
|
||||
|
||||
Reference in New Issue
Block a user