2
0
forked from Wavyzz/dolibarr

add constant TICKETS_NO_COMPANY_ON_FORM

This commit is contained in:
Christophe Battarel
2023-12-13 14:55:54 +01:00
parent 5c907df092
commit cb15d8c7be

View File

@@ -135,7 +135,7 @@ class FormTicket
$this->action = 'add';
$this->withcompany = isModEnabled("societe");
$this->withcompany = !getDolGlobalInt("TICKETS_NO_COMPANY_ON_FORM") && isModEnabled("societe");
$this->withfromsocid = 0;
$this->withfromcontactid = 0;
$this->withreadid=0;