This commit is contained in:
KONE SOREL 2026-01-23 16:45:38 +00:00
parent cab7a28fff
commit 93abca7611
2 changed files with 4 additions and 4 deletions

View File

@ -3065,7 +3065,7 @@ function calculer_prime_inmportation()
alert_ebene(v_msg, v_msgEng).then(() => {
// Ce code ne sexécute quaprès clic sur OK
//afficher_liste_assures_a_importer();
afficher_liste_assures_a_importer();
});
},
@ -3073,7 +3073,7 @@ function calculer_prime_inmportation()
},
complete: function()
{
afficher_liste_assures_a_importer();
//afficher_liste_assures_a_importer();
}
});
}
@ -6194,7 +6194,7 @@ function init_remplacement_adherent()
{
v_msg="Attention! Veuillez revoir vos dates!";
v_msgEng="Warning! Please review your dates!";
alert_ebene(v_msg, v_msgEng).then(() => {
// Ce code ne sexécute quaprès clic sur OK
return false;

View File

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