diff --git a/Js/fonctions.js b/Js/fonctions.js
index 2428e7b..4996cd5 100755
--- a/Js/fonctions.js
+++ b/Js/fonctions.js
@@ -18903,22 +18903,20 @@ function enregistrer_compte_bancaire_assure(){
numeroCompteBancaire=$("#numeroCompteBancaire").val();
if (numeroCompteBancaire<=" ")
{
+ $("#numeroCompteBancaire").focus();
v_msg="Veuillez saisir le No de compte!";
v_msgEng="Please enter the account number!";
alert_ebene(v_msg, v_msgEng);
-
- $("#numeroCompteBancaire").focus();
return;
}
intituleCompteBancaire=$("#intituleCompteBancaire").val();
if (intituleCompteBancaire<=" ")
{
+ $("#intituleCompteBancaire").focus();
v_msg="Veuillez saisir le nom du compte!";
v_msgEng="Please enter the account name!";
alert_ebene(v_msg, v_msgEng);
-
- $("#intituleCompteBancaire").focus();
return;
}
diff --git a/Vue/gabarit.php b/Vue/gabarit.php
index 48a59da..df02650 100755
--- a/Vue/gabarit.php
+++ b/Vue/gabarit.php
@@ -548,7 +548,7 @@
-
+