From 6aeef44a10320eab51a8217eebfec5a2207bf4c5 Mon Sep 17 00:00:00 2001 From: KANE LAZENI Date: Thu, 5 Mar 2026 23:39:03 +0000 Subject: [PATCH] a --- Js/fonctions.js | 6 ++---- Vue/gabarit.php | 2 +- 2 files changed, 3 insertions(+), 5 deletions(-) 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 @@ - +