ソースを参照

fix : The property lib does not exist on PaymentVAT

Philippe GRAND 3 年 前
コミット
c4e19824e8
1 ファイル変更7 行追加0 行削除
  1. 7 0
      htdocs/compta/tva/class/paymentvat.class.php

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