From dcb61e05f4bb63f52b61fc7210cb817525bd140f Mon Sep 17 00:00:00 2001 From: Philippe GRAND Date: Sat, 21 May 2022 23:25:59 +0200 Subject: [PATCH] fix : The property num_prelevement does not seem to exist on PaiementFourn --- htdocs/fourn/class/paiementfourn.class.php | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/htdocs/fourn/class/paiementfourn.class.php b/htdocs/fourn/class/paiementfourn.class.php index 43c5b2e0f75..8fc181e18e0 100644 --- a/htdocs/fourn/class/paiementfourn.class.php +++ b/htdocs/fourn/class/paiementfourn.class.php @@ -72,6 +72,11 @@ class PaiementFourn extends Paiement */ public $id_prelevement; + /** + * @var string num_prelevement + */ + public $num_prelevement; + /** * Constructor