Merge pull request #11993 from frederic34/patch-12
Update chargesociales.class.php for doxygen
This commit is contained in:
commit
1c92c2d8bc
@ -66,10 +66,20 @@ class ChargeSociales extends CommonObject
|
|||||||
public $date_validation;
|
public $date_validation;
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* @var int ID
|
* @var int account ID
|
||||||
*/
|
*/
|
||||||
public $fk_account;
|
public $fk_account;
|
||||||
|
|
||||||
|
/**
|
||||||
|
* @var int account ID (identical to fk_account)
|
||||||
|
*/
|
||||||
|
public $accountid;
|
||||||
|
|
||||||
|
/**
|
||||||
|
* @var int payment type (identical to mode_reglement_id in commonobject class)
|
||||||
|
*/
|
||||||
|
public $paiementtype;
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* @var int ID
|
* @var int ID
|
||||||
*/
|
*/
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user