diff --git a/htdocs/core/class/html.formticket.class.php b/htdocs/core/class/html.formticket.class.php
index 7c4c1b06f08..c8191ddbc44 100644
--- a/htdocs/core/class/html.formticket.class.php
+++ b/htdocs/core/class/html.formticket.class.php
@@ -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;