a
This commit is contained in:
parent
fd728cb691
commit
363aee721d
|
|
@ -682,7 +682,7 @@ class Beneficiaire extends Modele {
|
|||
*/
|
||||
$sql = 'call sp_get_total_beneficiaires_adherent_client(?, ?);';
|
||||
|
||||
$beneficiaires = $this->executerRequete($sql, array($_SESSION['idClient_C'], $idAdherent));
|
||||
$resultat = $this->executerRequete($sql, array($_SESSION['idClient_C'], $idAdherent));
|
||||
|
||||
return $resultat->fetch(PDO::FETCH_ASSOC);
|
||||
}
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user