This commit is contained in:
KONE SOREL 2026-04-29 11:16:25 +00:00
parent 72a8fbd8cb
commit 29ce066354

View File

@ -36,6 +36,8 @@ class Facture extends Modele {
public function getfacturesfamille($idAdherent, $d1, $d2)
{
$sql = 'call sp_r_get_factures_adherent(?, ?, ?)';
var_dump($idAdherent, $d1, $d2);
$resultat = $this->executerRequete($sql, array($idAdherent, $d1, $d2));