diff --git a/Modele/Gestionconfiee.php b/Modele/Gestionconfiee.php index f40a74e..df2a067 100644 --- a/Modele/Gestionconfiee.php +++ b/Modele/Gestionconfiee.php @@ -29,7 +29,8 @@ class Gestionconfiee extends Modele { public function getListe() { $sql = 'SELECT codeGcAssureur as `code`, libelle FROM gc_assureur order by libelle'; - $resultat = $this->executerRequete($sql,array($_SESSION['codeSociete'])); + // $resultat = $this->executerRequete($sql,array($_SESSION['codeSociete'])); + $resultat = $this->executerRequete($sql)); return $resultat->fetchAll(PDO::FETCH_ASSOC); }