Explorar el Código

fix : The property totalpaye does not exist on Tva

Philippe GRAND hace 3 años
padre
commit
2bbdd56fef
Se han modificado 1 ficheros con 5 adiciones y 0 borrados
  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
 	 */