diff --git a/Js/fonctions.js b/Js/fonctions.js index 0d87fae..c813e00 100755 --- a/Js/fonctions.js +++ b/Js/fonctions.js @@ -2718,3 +2718,29 @@ function incorporer_assures_inmportes() } } +function traiter_lignes_importees() +{ + etape2=$("#etape2").val(); + + if (etape2 != "1") + { + v_msg="Etape 2 incomplète!"; + v_msgEng="Incomplete step 2!"; + alert_ebene(v_msg, v_msgEng); + + return; + } + + etape3=$("#etape3").val(); + + if (etape3 != "1") + { + v_msg="Etape 3 incomplète!"; + v_msgEng="Incomplete step 3!"; + alert_ebene(v_msg, v_msgEng); + + return; + } + + afficher_liste_assures_a_importer(); +} diff --git a/Vue/gabarit.php b/Vue/gabarit.php index 9662d19..c7d723e 100755 --- a/Vue/gabarit.php +++ b/Vue/gabarit.php @@ -635,7 +635,7 @@ $photoAssureCrypte = $_SESSION['photoAssureCrypte']; - +