diff --git a/Js/fonctions.js b/Js/fonctions.js index 38453f8..4a264a6 100755 --- a/Js/fonctions.js +++ b/Js/fonctions.js @@ -3065,7 +3065,7 @@ function calculer_prime_inmportation() alert_ebene(v_msg, v_msgEng).then(() => { // Ce code ne s’exécute qu’aprè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 s’exécute qu’après clic sur OK return false; diff --git a/Vue/gabarit.php b/Vue/gabarit.php index e782ac3..d3bb319 100755 --- a/Vue/gabarit.php +++ b/Vue/gabarit.php @@ -663,7 +663,7 @@ $photoAssureCrypte = $_SESSION['photoAssureCrypte']; - +