This commit is contained in:
KANE LAZENI 2026-06-10 11:48:43 +00:00
parent d4bee894cf
commit 8fd3a9b4d9
2 changed files with 7 additions and 0 deletions

View File

@ -8,6 +8,7 @@
$modeSaisieFacture = $_SESSION['p_modeSaisieFacture'];
$actVisible = $_SESSION['p_actVisible'];
$token = $_SESSION['csrf_token_submieted'];
?>
<script type="text/javascript">
@ -16,6 +17,8 @@
<legend><?= _("Biologie et Radiologie") ?></legend>
<input type="hidden" id="csrf_token" name="csrf_token" value="<?= htmlspecialchars($token) ?>">
<?php if($numeroBonExamen=="-1") : ?>
<div id="laboratoire" onkeypress="javascript:ctrlkeypressordlab(event);">

View File

@ -8,6 +8,7 @@
$modeSaisieFacture = $_SESSION['p_modeSaisieFacture'];
$actVisible = $_SESSION['p_actVisible'];
$token = $_SESSION['csrf_token_submieted'];
?>
<script type="text/javascript">
@ -15,6 +16,9 @@
</script>
<legend><?= _("Laboratoire ou Radiologie") ?></legend>
<input type="hidden" id="csrf_token" name="csrf_token" value="<?= htmlspecialchars($token) ?>">
<?php if($numeroBonExamen=="-1") : ?>
<div id="laboratoire" onkeypress="javascript:ctrlkeypressordlab(event);">