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

This commit is contained in:
Philippe GRAND 2022-05-21 22:10:45 +02:00
parent 27b4961466
commit cde540fb2a

View File

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