a
This commit is contained in:
parent
7bd790b2ae
commit
4f32d85072
|
|
@ -1,5 +1,5 @@
|
|||
<?php
|
||||
|
||||
$token = $_SESSION['csrf_token_submieted'];
|
||||
?>
|
||||
|
||||
<INPUT class="sr-only" TYPE="text" id="actVisible" name="actVisible" value="<?= $_SESSION['p_actVisible'] ?>">
|
||||
|
|
@ -154,4 +154,6 @@ if ($_SESSION['p_modeSaisieFacture']=="1" ): ?>
|
|||
<input class="sr-only" type="text" id="faceActifGabarit" name="faceActifGabarit" value="<?= $_SESSION['p_faceActif'] ?>" >
|
||||
|
||||
<!-- Ajout KANE du 09/03/2026 -->
|
||||
<input class="sr-only" type="text" id="prixActeModifiable" name="prixActeModifiable" value="<?= $_SESSION['p_prixActeModifiable'] ?>" >
|
||||
<input class="sr-only" type="text" id="prixActeModifiable" name="prixActeModifiable" value="<?= $_SESSION['p_prixActeModifiable'] ?>" >
|
||||
|
||||
<input type="hidden" id="csrf_token_gabarit" name="csrf_token_gabarit" value="<?= htmlspecialchars($token) ?>">
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user