Standardize and update code
This commit is contained in:
parent
47da95fbbf
commit
f630e2100a
@ -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)
|
||||||
|
|||||||
@ -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
|
||||||
|
|||||||
@ -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;
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user