浏览代码

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