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