fix : The property chid does not seem to exist on PaymentSocialContribution

This commit is contained in:
Philippe GRAND 2022-05-21 17:40:14 +02:00
parent 2f6bf5f0c8
commit 426d8912a7

View File

@ -100,6 +100,11 @@ class PaymentSocialContribution extends CommonObject
*/ */
public $fk_user_modif; public $fk_user_modif;
/**
* @var int ID
*/
public $chid;
/** /**
* Constructor * Constructor
* *