فهرست منبع

fix : The property id_prelevement does not seem to exist on PaiementFourn

Philippe GRAND 3 سال پیش
والد
کامیت
10c5ccb5bf
1فایلهای تغییر یافته به همراه4 افزوده شده و 0 حذف شده
  1. 4 0
      htdocs/fourn/class/paiementfourn.class.php

+ 4 - 0
htdocs/fourn/class/paiementfourn.class.php

@@ -67,6 +67,10 @@ class PaiementFourn extends Paiement
 	 */
 	public $type_code;
 
+	/**
+	 * @var string Id of prelevement
+	 */
+	public $id_prelevement;
 
 
 	/**