This commit is contained in:
2026-01-04 17:44:23 +00:00
parent ea3cd09389
commit bedd9a6799
2 changed files with 27 additions and 1 deletions

View File

@@ -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();
}