forked from Wavyzz/dolibarr
set application items to be entity-aware
This commit is contained in:
@@ -50,7 +50,7 @@ class RecruitmentCandidature extends CommonObject
|
||||
* @var int Does this object support multicompany module ?
|
||||
* 0=No test on entity, 1=Test with field entity, 'field@table'=Test with link by field@table
|
||||
*/
|
||||
public $ismultientitymanaged = 0;
|
||||
public $ismultientitymanaged = 1;
|
||||
|
||||
/**
|
||||
* @var int Does object support extrafields ? 0=No, 1=Yes
|
||||
|
||||
Reference in New Issue
Block a user