fix : The property does not exist on ChargeSociales
This commit is contained in:
parent
604a4670e0
commit
bff81ce9bb
@ -113,6 +113,11 @@ class ChargeSociales extends CommonObject
|
|||||||
*/
|
*/
|
||||||
public $fk_user;
|
public $fk_user;
|
||||||
|
|
||||||
|
/**
|
||||||
|
* @var double total
|
||||||
|
*/
|
||||||
|
public $total;
|
||||||
|
|
||||||
|
|
||||||
const STATUS_UNPAID = 0;
|
const STATUS_UNPAID = 0;
|
||||||
const STATUS_PAID = 1;
|
const STATUS_PAID = 1;
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user