Standardize and update code

This commit is contained in:
Philippe GRAND 2018-09-28 14:32:57 +02:00
parent 47da95fbbf
commit f630e2100a
3 changed files with 13 additions and 9 deletions

View File

@ -56,8 +56,10 @@ class AdherentType extends CommonObject
*/ */
public $libelle; public $libelle;
/** @var string Label */ /**
public $label; * @var string Adherent type label
*/
public $label;
/** /**
* @var int Subsription required (0 or 1) * @var int Subsription required (0 or 1)

View File

@ -108,17 +108,17 @@ class Asset extends CommonObject
public $entity; public $entity;
/** /**
* @var string Asset label * @var string Asset label
*/ */
public $label; public $label;
public $amount; public $amount;
/** /**
* @var int Thirdparty ID * @var int Thirdparty ID
*/ */
public $fk_soc; public $fk_soc;
/** /**
* @var string description * @var string description

View File

@ -46,8 +46,10 @@ 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 */ /**
public $label; * @var string Asset type label
*/
public $label;
/** @var string Accountancy code asset */ /** @var string Accountancy code asset */
public $accountancy_code_asset; public $accountancy_code_asset;