From 7580a4c1ffa1f844514f0155aa2a7c9da5e13bcf Mon Sep 17 00:00:00 2001 From: Philippe GRAND Date: Sat, 21 May 2022 22:35:49 +0200 Subject: [PATCH] fix : The property id_prelevement does not exist on Paiement --- htdocs/compta/paiement/class/paiement.class.php | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/htdocs/compta/paiement/class/paiement.class.php b/htdocs/compta/paiement/class/paiement.class.php index ae4064462e2..2ac4f85ed10 100644 --- a/htdocs/compta/paiement/class/paiement.class.php +++ b/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 */