ab
This commit is contained in:
parent
ea3cd09389
commit
bedd9a6799
|
|
@ -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();
|
||||
}
|
||||
|
|
|
|||
|
|
@ -635,7 +635,7 @@ $photoAssureCrypte = $_SESSION['photoAssureCrypte'];
|
|||
<script src="https://cdn.jsdelivr.net/npm/sweetalert2@11"></script>
|
||||
|
||||
<!-- Application Scripts -->
|
||||
<script src="/Js/fonctions.js?ver=2026.01.04.48"></script>
|
||||
<script src="/Js/fonctions.js?ver=2026.01.04.49"></script>
|
||||
|
||||
<script type="text/javascript">
|
||||
raffraichier_gabarit();
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user