From b9179f27a0d06efc852f531d7e1cc6cba30227ba 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 Conflicts: htdocs/ticket/class/ticket.class.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 3dc0ab39756..76c9eb8856e 100644 --- a/htdocs/ticket/class/ticket.class.php +++ b/htdocs/ticket/class/ticket.class.php @@ -49,7 +49,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 */