a
This commit is contained in:
parent
2f11e7e0cf
commit
6e29ab2c0f
|
|
@ -3641,6 +3641,15 @@ function liste_mouvemements_assures_client()
|
|||
|
||||
idPolice=$("#idPolice").val();
|
||||
|
||||
if (idPolice<=" ")
|
||||
{
|
||||
v_msg="Veuillez sélectionner une police!";
|
||||
v_msgEng="Please select a policy!";
|
||||
alert_ebene(v_msg, v_msgEng);
|
||||
|
||||
return;
|
||||
}
|
||||
|
||||
codeSensMouvement=$("#codeSensMouvement").val();
|
||||
valide=$("#valide").val();
|
||||
debut=$("#debut").val();
|
||||
|
|
|
|||
|
|
@ -638,7 +638,7 @@ $photoAssureCrypte = $_SESSION['photoAssureCrypte'];
|
|||
<script src="https://cdn.jsdelivr.net/npm/sweetalert2@11"></script>
|
||||
|
||||
<!-- Application Scripts -->
|
||||
<script src="/Js/fonctions.js?ver=2026.01.06.10"></script>
|
||||
<script src="/Js/fonctions.js?ver=2026.01.06.11"></script>
|
||||
|
||||
<script type="text/javascript">
|
||||
raffraichier_gabarit();
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user