Update chargesociales.class.php

This commit is contained in:
Frédéric FRANCE 2019-09-30 20:13:43 +02:00 committed by GitHub
parent d007e39f47
commit 0c908fb4ed
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -66,10 +66,15 @@ 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 ID
*/