a
This commit is contained in:
parent
61c81d0107
commit
479bbeb800
|
|
@ -76,10 +76,16 @@
|
|||
$bonCaduc = "0";
|
||||
$otpStatus = -1; // Pas OTP en mode Décompte
|
||||
}
|
||||
|
||||
var_dump(
|
||||
array(
|
||||
"activerOtp" => $_SESSION['p_activerOtpFacturePrestations_C'],
|
||||
"otpStatus" => $otpStatus,
|
||||
)
|
||||
);
|
||||
?>
|
||||
|
||||
<div id="laboratoire">
|
||||
|
||||
<input class="sr-only" id="bonCaduc" name="bonCaduc" type="text" value= "<?= $bonCaduc ?>" >
|
||||
<input class="sr-only" id="otpStatus" name="otpStatus" type="text" value= "<?= $otpStatus ?>" >
|
||||
|
||||
|
|
@ -97,7 +103,6 @@
|
|||
autofocus required AUTOCOMPLETE="OFF" >
|
||||
</td>
|
||||
|
||||
|
||||
<td width="10%" align="center" > <?= _("Prescrit le") ?> </td>
|
||||
<td width="10%" > <INPUT class="form-control" TYPE="text" id="dateSurvenance" name="dateSurvenance" value="<?= dateLang($this->nettoyer($prescription['datePrescription'])) ?>" readonly style="text-align: center; font-size:9pt;" > </td>
|
||||
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user