Browse Source

fix : The property id_prelevement does not exist on Paiement

Philippe GRAND 3 years ago
parent
commit
7580a4c1ff
1 changed files with 5 additions and 0 deletions
  1. 5 0
      htdocs/compta/paiement/class/paiement.class.php

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

@@ -109,6 +109,11 @@ class Paiement extends CommonObject
 	 */
 	public $ext_payment_id;
 
+	/**
+	 * @var string Id of prelevement
+	 */
+	public $id_prelevement;
+
 	/**
 	 * @var string Name of external payment mode
 	 */