This commit is contained in:
KANE LAZENI 2026-03-05 23:39:03 +00:00
parent a94a095f93
commit 6aeef44a10
2 changed files with 3 additions and 5 deletions

View File

@ -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;
}

View File

@ -548,7 +548,7 @@
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/toastr.js/latest/toastr.css" integrity="sha512-3pIirOrwegjM6erE5gPSwkUzO+3cTjpnV9lexlNZqvupR64iZBnOOTiiLPb9M36zpMScbmUNIcHUqKD47M719g==" crossorigin="anonymous" referrerpolicy="no-referrer" />
<script src="https://cdnjs.cloudflare.com/ajax/libs/toastr.js/latest/toastr.min.js" integrity="sha512-VEd+nq25CkR676O+pLBnDW09R7VQX9Mdiij052gVCp5yVH3jGtH70Ho/UUv4mJDsEdTvqRCFZg0NKGiojGnUCw==" crossorigin="anonymous" referrerpolicy="no-referrer"></script>
<script src="Js/fonctions.js?ver=2026.03.05.16"></script>
<script src="Js/fonctions.js?ver=2026.03.05.17"></script>
<script src="Bootstrap/js/bootstrap.min.js"></script>
<script src="https://unpkg.com/vue@3/dist/vue.global.prod.js"></script>
<script src="https://cdn.jsdelivr.net/npm/chart.js"></script>