This commit is contained in:
KANE LAZENI 2026-07-28 23:12:08 +00:00
parent 927b380e19
commit 919ef22625
3 changed files with 17 additions and 1 deletions

View File

@ -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));

View File

@ -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
<input class="sr-only" type="text" id="statut" name="statut" value="<?= $statut ?>" >
<input class="sr-only" type="number" id="prixBase" name="prixBase" value="<?= $this->nettoyer($prescription['prixBase']) ?>">
<input class="sr-only" type="number" id="prixActe" name="prixActe" value="<?= $this->nettoyer($prescription['valeurActeSeance']) ?>" >

View File

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