This commit is contained in:
KANE LAZENI 2026-07-22 20:42:37 +00:00
parent 4e9b7fa04f
commit 245e89b051

View File

@ -327,8 +327,7 @@ class Examen extends Modele {
$user = $_SESSION['login'];
$sql = 'call sp_valider_unacte_proformahospitalisation(?, ?, ?, ?);';
$this->executerRequete($sql, array($idProforma, $idPrestationactes, $choix, $user));
}