Merge pull request #20986 from grandoc/new_branch_22_05_2022

fix : The property lib does not exist on PaymentVAT
This commit is contained in:
Laurent Destailleur
2022-05-22 17:09:51 +02:00
committed by GitHub
3 changed files with 19 additions and 0 deletions

View File

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

View File

@@ -64,6 +64,11 @@ class Tva extends CommonObject
public $totalpaid;
/**
* @var integer|string totalpaye
*/
public $totalpaye;
/**
* @var string label
*/