Browse Source

fix : The property paiementtype does not seem to exist on PaymentVAT

Philippe GRAND 3 years ago
parent
commit
cde540fb2a
1 changed files with 5 additions and 0 deletions
  1. 5 0
      htdocs/compta/tva/class/paymentvat.class.php

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

@@ -106,6 +106,11 @@ class PaymentVAT extends CommonObject
 	 */
 	public $datepaye;
 
+	/**
+	 * @var integer|string paiementtype
+	 */
+	public $paiementtype;
+
 	/**
 	 *	Constructor
 	 *