fix : The property datepaye does not exist on PaymentVAT

This commit is contained in:
Philippe GRAND 2022-05-21 22:09:02 +02:00
parent 0ae21ad900
commit 27b4961466

View File

@ -101,6 +101,11 @@ class PaymentVAT extends CommonObject
*/ */
public $chid; public $chid;
/**
* @var integer|string datepaye
*/
public $datepaye;
/** /**
* Constructor * Constructor
* *