Merge pull request #9324 from ptibogxiv/patch-43

Fix multicompany in ticket/list.php
This commit is contained in:
Laurent Destailleur 2018-08-29 17:53:28 +02:00 committed by GitHub
commit 8fc289b7bb
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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