This commit is contained in:
KANE LAZENI 2026-07-23 15:46:26 +00:00
parent 0eaa87bfb6
commit 3d2a6c028b
2 changed files with 1 additions and 1 deletions

View File

@ -52,7 +52,6 @@ class ControleurAjaxtraitementproformahospitalisation extends Controleur {
$dureeCorrigee = $this->requete->getParametreFormulaire("dureeCorrigee");
$this->examen->majdureecorrigeeproformahospi($idProforma, $dureeCorrigee);
}
public function validertoutproformahospit()

View File

@ -245,6 +245,7 @@ class Examen extends Modele {
{
$user = $_SESSION['login'];
// $sql = 'call sp_majdureecorrigeeproformahospi(?, ?, ?);';
$sql = 'call sp_majdureecorrigeeproformahospi(?, ?, ?);';
$this->executerRequete($sql, array($idProforma, $dureeCorrigee, $user));