a
This commit is contained in:
parent
f4e7db678f
commit
7668327f35
|
|
@ -39,17 +39,8 @@
|
|||
{
|
||||
$otpStatus = -1; // Pas OTP en mode Décompte
|
||||
}
|
||||
|
||||
var_dump(
|
||||
array(
|
||||
"statut_Index" => $_SESSION['statut'],
|
||||
"otpStatus_Index" => $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']) ?>" >
|
||||
|
|
|
|||
|
|
@ -19,15 +19,6 @@
|
|||
|
||||
$tarif = $this->nettoyer($prescription['tarif']);
|
||||
|
||||
/*
|
||||
$libelleMotif = $motifStatut['libelle'];
|
||||
|
||||
if (isset($_SESSION['p_lang']) && $_SESSION['p_lang']=="en_US")
|
||||
{
|
||||
$libelleMotif = $motifStatut['libelleEng'];
|
||||
}
|
||||
*/
|
||||
|
||||
$prixActeModifiable = $_SESSION['p_prixActeModifiable'];
|
||||
$valeurActe = $this->nettoyer($prescription['valeurActeSeance']);
|
||||
$prixActe = $valeurActe;
|
||||
|
|
@ -39,17 +30,8 @@
|
|||
{
|
||||
$otpStatus = -1; // Pas OTP en mode Décompte
|
||||
}
|
||||
|
||||
var_dump(
|
||||
array(
|
||||
"statut_raffraichir" => $_SESSION['statut'],
|
||||
"otpStatus_raffraichir" => $otpStatus,
|
||||
)
|
||||
);
|
||||
?>
|
||||
|
||||
raffraichir => KANE
|
||||
|
||||
<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']) ?>" >
|
||||
|
|
|
|||
|
|
@ -118,7 +118,6 @@
|
|||
$codePrestataire = $_SESSION['p_codePrestataire_C'];
|
||||
?>
|
||||
<input class="sr-only" id="bonCaduc" name="bonCaduc" type="text" value= "<?= $bonCaduc ?>" >
|
||||
<input class="sr-only" id="otpStatus" name="otpStatus" type="text" value= "<?= $otpStatus ?>" >
|
||||
|
||||
<input class="sr-only" id="codeActeSeance" name="codeActeSeance" type="text" value= "<?= $codeActeSeance ?>">
|
||||
<div id="prestation" onkeypress="javascript:ctrlkeypressordsea(event);">
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user