diff --git a/Js/fonctions.js b/Js/fonctions.js index f9e155f..13acf34 100755 --- a/Js/fonctions.js +++ b/Js/fonctions.js @@ -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(); diff --git a/Vue/gabarit.php b/Vue/gabarit.php index fae174d..1f6d198 100755 --- a/Vue/gabarit.php +++ b/Vue/gabarit.php @@ -638,7 +638,7 @@ $photoAssureCrypte = $_SESSION['photoAssureCrypte']; - +