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 @@
-
+