fix : The property does not exist on ChargeSociales

This commit is contained in:
Philippe GRAND 2022-05-21 18:02:48 +02:00
parent 604a4670e0
commit bff81ce9bb

View File

@ -113,6 +113,11 @@ class ChargeSociales extends CommonObject
*/
public $fk_user;
/**
* @var double total
*/
public $total;
const STATUS_UNPAID = 0;
const STATUS_PAID = 1;