Fix multicompany in ticket/list.php

This commit is contained in:
ptibogxiv 2018-08-29 12:26:31 +02:00 committed by GitHub
parent b648a28893
commit 5f94bffa25
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