This commit is contained in:
KANE LAZENI 2026-07-27 11:36:41 +00:00
parent 61c81d0107
commit 479bbeb800

View File

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