a
This commit is contained in:
parent
5186d3e4b4
commit
9feb32d5a7
|
|
@ -155,4 +155,3 @@ if ($_SESSION['p_modeSaisieFacture']=="1" ): ?>
|
||||||
|
|
||||||
<!-- Ajout KANE du 09/03/2026 -->
|
<!-- 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="text" value="<?= $_SESSION['p_prixActeModifiable'] ?>" >
|
|
||||||
|
|
|
||||||
|
|
@ -647,11 +647,13 @@
|
||||||
<div id="div_test_gabarit">
|
<div id="div_test_gabarit">
|
||||||
|
|
||||||
<?php
|
<?php
|
||||||
|
/*
|
||||||
var_dump(
|
var_dump(
|
||||||
array(
|
array(
|
||||||
"prixActeModifiable" => $_SESSION['p_prixActeModifiable'],
|
"prixActeModifiable" => $_SESSION['p_prixActeModifiable'],
|
||||||
)
|
)
|
||||||
);
|
);
|
||||||
|
*/
|
||||||
?>
|
?>
|
||||||
|
|
||||||
<?= $contenu ?>
|
<?= $contenu ?>
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue
Block a user