This commit is contained in:
KANE LAZENI 2026-03-09 16:02:30 +00:00
parent 5186d3e4b4
commit 9feb32d5a7
2 changed files with 3 additions and 2 deletions

View File

@ -154,5 +154,4 @@ 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 type="text" value="<?= $_SESSION['p_prixActeModifiable'] ?>" >
<input class="sr-only" type="text" id="prixActeModifiable" name="prixActeModifiable" value="<?= $_SESSION['p_prixActeModifiable'] ?>" >

View File

@ -647,11 +647,13 @@
<div id="div_test_gabarit">
<?php
/*
var_dump(
array(
"prixActeModifiable" => $_SESSION['p_prixActeModifiable'],
)
);
*/
?>
<?= $contenu ?>