浏览代码

fix : The property totalpaye does not exist on Tva

Philippe GRAND 3 年之前
父节点
当前提交
2bbdd56fef
共有 1 个文件被更改,包括 5 次插入0 次删除
  1. 5 0
      htdocs/compta/tva/class/tva.class.php

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

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