Standardize and update code
This commit is contained in:
parent
47da95fbbf
commit
f630e2100a
@ -56,8 +56,10 @@ class AdherentType extends CommonObject
|
||||
*/
|
||||
public $libelle;
|
||||
|
||||
/** @var string Label */
|
||||
public $label;
|
||||
/**
|
||||
* @var string Adherent type label
|
||||
*/
|
||||
public $label;
|
||||
|
||||
/**
|
||||
* @var int Subsription required (0 or 1)
|
||||
|
||||
@ -108,17 +108,17 @@ class Asset extends CommonObject
|
||||
|
||||
public $entity;
|
||||
|
||||
/**
|
||||
* @var string Asset label
|
||||
*/
|
||||
public $label;
|
||||
/**
|
||||
* @var string Asset label
|
||||
*/
|
||||
public $label;
|
||||
|
||||
public $amount;
|
||||
|
||||
/**
|
||||
* @var int Thirdparty ID
|
||||
*/
|
||||
public $fk_soc;
|
||||
public $fk_soc;
|
||||
|
||||
/**
|
||||
* @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
|
||||
|
||||
/** @var string Label */
|
||||
public $label;
|
||||
/**
|
||||
* @var string Asset type label
|
||||
*/
|
||||
public $label;
|
||||
|
||||
/** @var string Accountancy code asset */
|
||||
public $accountancy_code_asset;
|
||||
|
||||
Loading…
Reference in New Issue
Block a user