Merge pull request #11993 from frederic34/patch-12

Update chargesociales.class.php for doxygen
This commit is contained in:
Laurent Destailleur 2019-10-01 11:15:45 +02:00 committed by GitHub
commit 1c92c2d8bc
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -66,10 +66,20 @@ class ChargeSociales extends CommonObject
public $date_validation;
/**
* @var int ID
* @var int account ID
*/
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
*/