a
This commit is contained in:
parent
d4bee894cf
commit
8fd3a9b4d9
|
|
@ -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);">
|
||||
|
|
|
|||
|
|
@ -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);">
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user