From 10c5ccb5bf52d1a7810d3ff3e19683a3abf6cf77 Mon Sep 17 00:00:00 2001 From: Philippe GRAND Date: Sat, 21 May 2022 23:19:52 +0200 Subject: [PATCH] fix : The property id_prelevement does not seem to exist on PaiementFourn --- htdocs/fourn/class/paiementfourn.class.php | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/htdocs/fourn/class/paiementfourn.class.php b/htdocs/fourn/class/paiementfourn.class.php index bf3d7052a86..43c5b2e0f75 100644 --- a/htdocs/fourn/class/paiementfourn.class.php +++ b/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; /**