forked from Wavyzz/dolibarr
Fix warning
This commit is contained in:
@@ -124,8 +124,8 @@ abstract class CommonObject
|
||||
public $table_element_line = '';
|
||||
|
||||
/**
|
||||
* @var int<0,1>|string Does this object support multicompany module ?
|
||||
* 0=No test on entity, 1=Test with field entity in local table, 'field@table'=Test entity into the field@table (example 'fk_soc@societe')
|
||||
* @var int<0,1>|string|null Does this object support multicompany module ?
|
||||
* 0=No test on entity, 1=Test with field entity in local table, 'field@table'=Test entity into the field@table (example 'fk_soc@societe')
|
||||
*/
|
||||
public $ismultientitymanaged;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user