fix : The property lib does not exist on PaymentVAT

This commit is contained in:
Philippe GRAND 2022-05-22 15:11:09 +02:00
parent d3f1332b24
commit c4e19824e8

View File

@ -101,6 +101,13 @@ class PaymentVAT extends CommonObject
*/
public $chid;
/**
* @var string lib
* @deprecated
* @see $label
*/
public $lib;
/**
* @var integer|string datepaye
*/