fix : The property datepaye does not exist on PaymentSocialContribution

This commit is contained in:
Philippe GRAND 2022-05-21 17:47:25 +02:00
parent 426d8912a7
commit c9e812d5ef

View File

@ -105,6 +105,12 @@ class PaymentSocialContribution extends CommonObject
*/
public $chid;
/**
* @var integer|string datepaye
*/
public $datepaye;
/**
* Constructor
*