This commit is contained in:
2026-01-06 18:11:23 +00:00
parent 2f11e7e0cf
commit 6e29ab2c0f
2 changed files with 10 additions and 1 deletions

View File

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