fgr
This commit is contained in:
parent
5a56b039c9
commit
36c999ead3
|
|
@ -218,4 +218,18 @@ class Ged extends Modele {
|
||||||
$this->executerRequete($sql, array($idGed, $motifSuppression, $user));
|
$this->executerRequete($sql, array($idGed, $motifSuppression, $user));
|
||||||
}
|
}
|
||||||
|
|
||||||
|
public function getgedRd()
|
||||||
|
{
|
||||||
|
|
||||||
|
$idDemandeRemboursement = $_SESSION['idDemandeRemboursement'] ?? '0';
|
||||||
|
|
||||||
|
$sql = 'call sp_a_get_ged_adherent_rd(?)';
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
$resultat = $this->executerRequete($sql, array($idDemandeRemboursement));
|
||||||
|
|
||||||
|
return $resultat->fetchAll(PDO::FETCH_ASSOC);
|
||||||
|
}
|
||||||
|
|
||||||
}
|
}
|
||||||
Loading…
Reference in New Issue
Block a user