From 919ef22625db992d484c1381318804717d652bab Mon Sep 17 00:00:00 2001 From: KANE LAZENI Date: Tue, 28 Jul 2026 23:12:08 +0000 Subject: [PATCH] a --- Controleur/ControleurAjaxprixseancesea.php | 1 + Vue/Ajaxprixseancesea/index.php | 9 ++++++++- Vue/Ajaxprixseancesea/raffraichir.php | 8 ++++++++ 3 files changed, 17 insertions(+), 1 deletion(-) diff --git a/Controleur/ControleurAjaxprixseancesea.php b/Controleur/ControleurAjaxprixseancesea.php index 7958d75..b87eff2 100755 --- a/Controleur/ControleurAjaxprixseancesea.php +++ b/Controleur/ControleurAjaxprixseancesea.php @@ -64,6 +64,7 @@ class ControleurAjaxprixseancesea extends Controleur { $codeGarantie = $this->prestation->getGarantieActe($codeActe); $baremesolde = $this->garantie->getbaremesolde($idBeneficiaire,$codeActe,$codeGarantie,$numeroFeuilleMaladie); // $motifStatut = $this->garantie->getlibellemotifdepassement($statut); + $statut = $_SESSION['statut']; // $this->genererVueAjax(array('prescription' => $prescription, 'statut' => $statut, 'baremesolde' => $baremesolde, 'motifStatut' => $motifStatut)); $this->genererVueAjax(array('prescription' => $prescription, 'statut' => $statut, 'baremesolde' => $baremesolde)); diff --git a/Vue/Ajaxprixseancesea/index.php b/Vue/Ajaxprixseancesea/index.php index 1dca536..b526cc4 100755 --- a/Vue/Ajaxprixseancesea/index.php +++ b/Vue/Ajaxprixseancesea/index.php @@ -39,11 +39,18 @@ { $otpStatus = -1; // Pas OTP en mode Décompte } + + var_sump( + array( + "statut_index" => $_SESSION['statut'], + "otpStatus_index" => $_SESSION['otpStatus'], + ) + ); + ?> Index => NAMOGO - diff --git a/Vue/Ajaxprixseancesea/raffraichir.php b/Vue/Ajaxprixseancesea/raffraichir.php index da06d68..8346ba2 100755 --- a/Vue/Ajaxprixseancesea/raffraichir.php +++ b/Vue/Ajaxprixseancesea/raffraichir.php @@ -39,6 +39,14 @@ { $otpStatus = -1; // Pas OTP en mode Décompte } + + var_sump( + array( + "statut_raffraichir" => $_SESSION['statut'], + "otpStatus_raffraichir" => $_SESSION['otpStatus'], + ) + ); + ?> raffraichir => KANE