This commit is contained in:
KANE LAZENI 2026-02-08 02:04:28 +00:00
parent 9c658d86dc
commit ebd6cdf792

View File

@ -116,8 +116,10 @@ class ControleurRechercheparcarte extends Controleur {
$this->rediriger("Fichebeneficiaire"); $this->rediriger("Fichebeneficiaire");
} }
}
} }
$this->genererVue(array('msgErreur' => $msgErreur)); $this->genererVue(array('msgErreur' => $msgErreur));
} }
} }