This commit is contained in:
KANE LAZENI 2026-01-05 17:41:53 +00:00
parent 2d3dcd404f
commit c8b84c84f4
2 changed files with 4 additions and 2 deletions

View File

@ -23,7 +23,9 @@ class ControleurAjaxmouvementassure extends Controleur {
"debut" => $debut, "debut" => $debut,
"fin" => $fin, "fin" => $fin,
) )
) );
exit();
$ententeprealables = $this->ententeprealable->getEntenteprealablespha($codeReponseEntentePrealable, $debut, $fin); $ententeprealables = $this->ententeprealable->getEntenteprealablespha($codeReponseEntentePrealable, $debut, $fin);
$this->genererVueAjax(array('ententeprealables' => $ententeprealables)); $this->genererVueAjax(array('ententeprealables' => $ententeprealables));

View File

@ -638,7 +638,7 @@ $photoAssureCrypte = $_SESSION['photoAssureCrypte'];
<script src="https://cdn.jsdelivr.net/npm/sweetalert2@11"></script> <script src="https://cdn.jsdelivr.net/npm/sweetalert2@11"></script>
<!-- Application Scripts --> <!-- Application Scripts -->
<script src="/Js/fonctions.js?ver=2026.01.05.24"></script> <script src="/Js/fonctions.js?ver=2026.01.05.25"></script>
<script type="text/javascript"> <script type="text/javascript">
raffraichier_gabarit(); raffraichier_gabarit();