Standardize and update code
This commit is contained in:
parent
47da95fbbf
commit
f630e2100a
@ -56,7 +56,9 @@ class AdherentType extends CommonObject
|
|||||||
*/
|
*/
|
||||||
public $libelle;
|
public $libelle;
|
||||||
|
|
||||||
/** @var string Label */
|
/**
|
||||||
|
* @var string Adherent type label
|
||||||
|
*/
|
||||||
public $label;
|
public $label;
|
||||||
|
|
||||||
/**
|
/**
|
||||||
|
|||||||
@ -46,7 +46,9 @@ class AssetType extends CommonObject
|
|||||||
|
|
||||||
public $ismultientitymanaged = 1; // 0=No test on entity, 1=Test with field entity, 2=Test with link by societe
|
public $ismultientitymanaged = 1; // 0=No test on entity, 1=Test with field entity, 2=Test with link by societe
|
||||||
|
|
||||||
/** @var string Label */
|
/**
|
||||||
|
* @var string Asset type label
|
||||||
|
*/
|
||||||
public $label;
|
public $label;
|
||||||
|
|
||||||
/** @var string Accountancy code asset */
|
/** @var string Accountancy code asset */
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user