Clean doc and code

This commit is contained in:
ldestailleur
2025-06-27 13:39:50 +02:00
parent f97e3b6bbe
commit 358daa3ca0
10 changed files with 18 additions and 18 deletions

View File

@@ -125,7 +125,7 @@ abstract class CommonObject
/**
* @var int<0,1>|string Does this object support multicompany module ?
* 0=No test on entity, 1=Test with field entity for internal and external users, 'field@table'=Test with link by field@table (example 'fk_soc@societe')
* 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;