瀏覽代碼

Merge pull request #20986 from grandoc/new_branch_22_05_2022

fix : The property lib does not exist on PaymentVAT
Laurent Destailleur 3 年之前
父節點
當前提交
1bce02fad2

+ 7 - 0
htdocs/compta/tva/class/paymentvat.class.php

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

+ 5 - 0
htdocs/compta/tva/class/tva.class.php

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

+ 7 - 0
htdocs/contact/class/contact.class.php

@@ -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
 	 */