Просмотр исходного кода

fix : The property lib does not exist on PaymentVAT

Philippe GRAND 3 лет назад
Родитель
Сommit
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
 	 */