From 5f94bffa25e2f51a5df3d0888849ec8ee75c52a6 Mon Sep 17 00:00:00 2001 From: ptibogxiv Date: Wed, 29 Aug 2018 12:26:31 +0200 Subject: [PATCH] Fix multicompany in ticket/list.php --- htdocs/ticket/class/ticket.class.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/htdocs/ticket/class/ticket.class.php b/htdocs/ticket/class/ticket.class.php index 1a393861b46..4a1338f9da6 100644 --- a/htdocs/ticket/class/ticket.class.php +++ b/htdocs/ticket/class/ticket.class.php @@ -52,7 +52,7 @@ class Ticket extends CommonObject /** * @var int Does ticketcore support multicompany module ? 0=No test on entity, 1=Test with field entity, 2=Test with link by societe */ - public $ismultientitymanaged = 0; + public $ismultientitymanaged = 1; /** * @var int Does ticketcore support extrafields ? 0=No, 1=Yes