Update chargesociales.class.php

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

View File

@ -75,6 +75,11 @@ class ChargeSociales extends CommonObject
*/
public $accountid;
/**
* @var int payment type (identical to mode_reglement_id in commonobject class)
*/
public $paiementtype;
/**
* @var int ID
*/