Skip to content

Commit

Permalink
Update chargesociales.class.php
Browse files Browse the repository at this point in the history
  • Loading branch information
frederic34 committed Sep 30, 2019
1 parent d007e39 commit 0c908fb
Showing 1 changed file with 6 additions and 1 deletion.
7 changes: 6 additions & 1 deletion htdocs/compta/sociales/class/chargesociales.class.php
Expand Up @@ -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
*/
Expand Down

0 comments on commit 0c908fb

Please sign in to comment.