mirror of
https://github.com/Dolibarr/dolibarr.git
synced 2025-02-20 13:46:52 +01:00
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;
|
||||
|
||||
/**
|
||||
* @var string lib
|
||||
* @deprecated
|
||||
* @see $label
|
||||
*/
|
||||
public $lib;
|
||||
|
||||
/**
|
||||
* @var integer|string datepaye
|
||||
*/
|
||||
|
|
|
|||
|
|
@ -64,6 +64,11 @@ class Tva extends CommonObject
|
|||
|
||||
public $totalpaid;
|
||||
|
||||
/**
|
||||
* @var integer|string totalpaye
|
||||
*/
|
||||
public $totalpaye;
|
||||
|
||||
/**
|
||||
* @var string label
|
||||
*/
|
||||
|
|
|
|||
|
|
@ -130,6 +130,13 @@ class Contact extends CommonObject
|
|||
public $civility_code;
|
||||
public $civility;
|
||||
|
||||
/**
|
||||
* @var string The civilite code, not an integer
|
||||
* @deprecated
|
||||
* @see $civility_code
|
||||
*/
|
||||
public $civilite;
|
||||
|
||||
/**
|
||||
* @var string Address
|
||||
*/
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user