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

This commit is contained in:
Philippe GRAND 2022-05-21 22:06:22 +02:00
parent 7db3dcb4f6
commit 0ae21ad900

View File

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