a
This commit is contained in:
parent
c01294a683
commit
c7145b5d46
|
|
@ -6,6 +6,7 @@
|
|||
$agePrescription = $prescription['agePrescription'];
|
||||
$ajoutPrescriptionExam = ($_SESSION['p_ajoutPrescriptionExam_C']==1) ;
|
||||
$actVisible = $_SESSION['p_actVisible'];
|
||||
$token = $_SESSION['csrf_token_submieted'];
|
||||
?>
|
||||
|
||||
|
||||
|
|
@ -14,6 +15,7 @@
|
|||
</script>
|
||||
<legend><?= _("Laboratoire interne") ?></legend>
|
||||
<input class="sr-only" id="facture" name="facture" type="text" value= "<?= $facture ?>" >
|
||||
<input type="hidden" id="csrf_token" name="csrf_token" value="<?= htmlspecialchars($token) ?>">
|
||||
|
||||
<table class="table table-responsive table-condensed" style='font-size:9pt;' >
|
||||
<tbody>
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user