From 6e42ff3c3afd3fb607c091aca35d966269b2379a Mon Sep 17 00:00:00 2001 From: KANE LAZENI Date: Sun, 21 Dec 2025 09:18:20 +0000 Subject: [PATCH] a --- Controleur/ControleurPrestataires.php | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/Controleur/ControleurPrestataires.php b/Controleur/ControleurPrestataires.php index 3a43d5c..3c88847 100755 --- a/Controleur/ControleurPrestataires.php +++ b/Controleur/ControleurPrestataires.php @@ -38,7 +38,8 @@ class ControleurPrestataires extends Controleur $codePays = $_SESSION['codePaysSociete']; $codeVille = ""; - $typeprestataire = $this->typeprestataire->getListeTous(); + // $typeprestataire = $this->typeprestataire->getListeTous(); + $typeprestataire = $this->typeprestataire->getListeReseau(); // $reseausoins = $this->reseausoins->getReseausoinsFamille(); // $codeReseau = $this->reseausoins->getReseauFamille();