a
This commit is contained in:
parent
88b6bdff1b
commit
85038263a9
|
|
@ -8,6 +8,8 @@
|
|||
|
||||
$bonCaduc = $_SESSION['p_bonCaduc'];
|
||||
$facture = $_SESSION['p_facture'];
|
||||
|
||||
$token = $_SESSION['csrf_token_submieted'];
|
||||
?>
|
||||
|
||||
<input class="sr-only" id="codeTypePrestation" name="codeTypePrestation" type="text" value="ACT">
|
||||
|
|
@ -20,6 +22,7 @@
|
|||
<INPUT class="sr-only" id="facture" name="facture" type="text" value="<?= $facture; ?>">
|
||||
<INPUT class="sr-only" id="modeSaisieFacture" name="modeSaisieFacture" type="text" value="<?= $_SESSION['p_modeSaisieFacture'] ?>">
|
||||
|
||||
<input type="hidden" id="csrf_token" name="csrf_token" value="<?= htmlspecialchars($token) ?>">
|
||||
|
||||
<legend> <?= _("Gestion des autres actes médicaux") ?> </legend>
|
||||
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user