a
This commit is contained in:
parent
30c3375c1d
commit
610be49ad5
|
|
@ -151,6 +151,8 @@
|
|||
$prestationPossibleEncaissement = $this->nettoyer($beneficiaire['prestationPossibleEncaissement']);
|
||||
|
||||
$imgData = $_SESSION['p_photoAssureCrypte'];
|
||||
|
||||
$token = $_SESSION['csrf_token_submieted'];
|
||||
?>
|
||||
|
||||
<!-- Recharger la page si photo vérifiée pour activer le bouton enregistrer -->
|
||||
|
|
@ -443,6 +445,9 @@
|
|||
|
||||
<input class="sr-only" type="text" id="ententePrealable" name="ententePrealable" value="0">
|
||||
|
||||
<!-- <input type="hidden" id="csrf_token" name="csrf_token" value="<?= htmlspecialchars($token) ?>"> -->
|
||||
<input class="form-control" type="text" id="csrf_token" name="csrf_token" value="<?= htmlspecialchars($token) ?>">
|
||||
|
||||
<table class="table table-responsive table-condensed" style='font-size:10pt;'>
|
||||
<tbody>
|
||||
<?php if ($okReferencement=="1" && $reference['codeReference']!="") : ?>
|
||||
|
|
|
|||
|
|
@ -902,7 +902,7 @@
|
|||
<link rel="stylesheet" href="https://cdn.jsdelivr.net/npm/toastr@2.1.4/build/toastr.min.css" crossorigin="anonymous" />
|
||||
<script src="https://cdn.jsdelivr.net/npm/toastr@2.1.4/build/toastr.min.js" crossorigin="anonymous"></script>
|
||||
|
||||
<script src="Js/fonctions.js?ver=2026.04.21.00"></script>
|
||||
<script src="Js/fonctions.js?ver=2026.04.21.01"></script>
|
||||
<script src="Bootstrap/js/bootstrap.min.js"></script>
|
||||
|
||||
<script src="https://cdn.jsdelivr.net/npm/vue@3/dist/vue.global.prod.js"></script>
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user