From ebd6cdf79282cfbf4a33390987b803208fcc440d Mon Sep 17 00:00:00 2001 From: KANE LAZENI Date: Sun, 8 Feb 2026 02:04:28 +0000 Subject: [PATCH] a --- Controleur/ControleurRechercheparcarte.php | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/Controleur/ControleurRechercheparcarte.php b/Controleur/ControleurRechercheparcarte.php index 2e11aea..a316877 100755 --- a/Controleur/ControleurRechercheparcarte.php +++ b/Controleur/ControleurRechercheparcarte.php @@ -116,7 +116,9 @@ class ControleurRechercheparcarte extends Controleur { $this->rediriger("Fichebeneficiaire"); } - } + } + } + $this->genererVue(array('msgErreur' => $msgErreur)); }