Merge pull request #20325 from hregis/fix_missing_multientity_managed

FIX missing multientity managed
This commit is contained in:
Laurent Destailleur 2022-03-16 22:10:16 +01:00 committed by GitHub
commit 62f84f0357
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -46,7 +46,7 @@ class Mo extends CommonObject
/**
* @var int Does mo 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 mo support extrafields ? 0=No, 1=Yes