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:
commit
1bce02fad2
@ -101,6 +101,13 @@ class PaymentVAT extends CommonObject
|
|||||||
*/
|
*/
|
||||||
public $chid;
|
public $chid;
|
||||||
|
|
||||||
|
/**
|
||||||
|
* @var string lib
|
||||||
|
* @deprecated
|
||||||
|
* @see $label
|
||||||
|
*/
|
||||||
|
public $lib;
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* @var integer|string datepaye
|
* @var integer|string datepaye
|
||||||
*/
|
*/
|
||||||
|
|||||||
@ -64,6 +64,11 @@ class Tva extends CommonObject
|
|||||||
|
|
||||||
public $totalpaid;
|
public $totalpaid;
|
||||||
|
|
||||||
|
/**
|
||||||
|
* @var integer|string totalpaye
|
||||||
|
*/
|
||||||
|
public $totalpaye;
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* @var string label
|
* @var string label
|
||||||
*/
|
*/
|
||||||
|
|||||||
@ -130,6 +130,13 @@ class Contact extends CommonObject
|
|||||||
public $civility_code;
|
public $civility_code;
|
||||||
public $civility;
|
public $civility;
|
||||||
|
|
||||||
|
/**
|
||||||
|
* @var string The civilite code, not an integer
|
||||||
|
* @deprecated
|
||||||
|
* @see $civility_code
|
||||||
|
*/
|
||||||
|
public $civilite;
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* @var string Address
|
* @var string Address
|
||||||
*/
|
*/
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user