This commit is contained in:
Laurent Destailleur
2024-04-05 13:44:59 +02:00
parent 3ee5b8133d
commit 38fb00489d
46 changed files with 97 additions and 81 deletions

View File

@@ -79,8 +79,8 @@ class Commande extends CommonOrder
public $picto = 'order';
/**
* 0=No test on entity, 1=Test with field entity, 2=Test with link by societe
* @var int
* @var int<0,2>|string Does this object support the multicompany module ?
* 0=No test on entity, 1=Test with field entity, 2=Test with link by fk_soc, 'field@table'=Test with link by field@table
*/
public $ismultientitymanaged = 1;