From 965e3b80829456e0586eb9c36c9d190156db7edd Mon Sep 17 00:00:00 2001 From: KANE LAZENI Date: Sat, 4 Apr 2026 10:16:38 +0000 Subject: [PATCH] a --- Controleur/ControleurAjaxdemanderdv.php | 4 ++-- Js/fonctions.js | 2 +- Vue/gabarit.php | 2 +- 3 files changed, 4 insertions(+), 4 deletions(-) diff --git a/Controleur/ControleurAjaxdemanderdv.php b/Controleur/ControleurAjaxdemanderdv.php index 99ba77f..6a35993 100755 --- a/Controleur/ControleurAjaxdemanderdv.php +++ b/Controleur/ControleurAjaxdemanderdv.php @@ -66,9 +66,9 @@ class ControleurAjaxdemanderdv extends Controleur { $codeSpecialite = $this->requete->getParametreFormulaire("codeSpecialite"); $motifConsultation = $this->requete->getParametreFormulaire("motifConsultation"); - $idDemandeConsultation = $this->rendezvous->enregistrerdemandeconsultation($numeroBeneficiaire, $codePrestataire, $codeSpecialite, $motifConsultation); + $this->rendezvous->enregistrerdemandeconsultation($numeroBeneficiaire, $codePrestataire, $codeSpecialite, $motifConsultation); - var_dump(array("idDemandeConsultation" => $idDemandeConsultation)); + var_dump(array("idDemandeConsultation" => $_SESSION['idDemandeConsultation'])); } } \ No newline at end of file diff --git a/Js/fonctions.js b/Js/fonctions.js index b3066ee..f86a645 100755 --- a/Js/fonctions.js +++ b/Js/fonctions.js @@ -18904,7 +18904,7 @@ function enregistrer_demande_consultation() }, complete: function() { - // historique_demande_consultation(); + historique_demande_consultation(); } }); diff --git a/Vue/gabarit.php b/Vue/gabarit.php index ec2a811..3e98e67 100755 --- a/Vue/gabarit.php +++ b/Vue/gabarit.php @@ -522,7 +522,7 @@ - +