From 526c6fcc0e0449cae955db08d2a7b75d811338e7 Mon Sep 17 00:00:00 2001 From: Philippe GRAND Date: Sat, 21 May 2022 22:41:27 +0200 Subject: [PATCH] fix : The property num_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 2ac4f85ed10..655ee13471b 100644 --- a/htdocs/compta/paiement/class/paiement.class.php +++ b/htdocs/compta/paiement/class/paiement.class.php @@ -114,6 +114,11 @@ class Paiement extends CommonObject */ public $id_prelevement; + /** + * @var string num_prelevement + */ + public $num_prelevement; + /** * @var string Name of external payment mode */