mirror of
https://github.com/Dolibarr/dolibarr.git
synced 2026-02-07 16:41:48 +01:00
Use same doc comment eveywhere.
This commit is contained in:
@@ -79,8 +79,8 @@ class Commande extends CommonOrder
|
||||
public $picto = 'order';
|
||||
|
||||
/**
|
||||
* @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
|
||||
* @var int<0,1>|string Does this object support multicompany module ?
|
||||
* 0=No test on entity, 1=Test with field entity, 'field@table'=Test with link by field@table (example 'fk_soc@societe')
|
||||
*/
|
||||
public $ismultientitymanaged = 1;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user