a
This commit is contained in:
parent
927b380e19
commit
919ef22625
|
|
@ -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));
|
||||
|
|
|
|||
|
|
@ -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']) ?>" >
|
||||
|
|
|
|||
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user