Quellcode durchsuchen

fix : The property totalpaye does not exist on Tva

Philippe GRAND vor 3 Jahren
Ursprung
Commit
2bbdd56fef
1 geänderte Dateien mit 5 neuen und 0 gelöschten Zeilen
  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
 	 */