mirror of
https://github.com/Dolibarr/dolibarr.git
synced 2026-01-05 08:32:53 +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:
@@ -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
|
||||
*/
|
||||
|
||||
Reference in New Issue
Block a user