a
This commit is contained in:
parent
a94a095f93
commit
6aeef44a10
|
|
@ -18903,22 +18903,20 @@ function enregistrer_compte_bancaire_assure(){
|
||||||
numeroCompteBancaire=$("#numeroCompteBancaire").val();
|
numeroCompteBancaire=$("#numeroCompteBancaire").val();
|
||||||
if (numeroCompteBancaire<=" ")
|
if (numeroCompteBancaire<=" ")
|
||||||
{
|
{
|
||||||
|
$("#numeroCompteBancaire").focus();
|
||||||
v_msg="Veuillez saisir le No de compte!";
|
v_msg="Veuillez saisir le No de compte!";
|
||||||
v_msgEng="Please enter the account number!";
|
v_msgEng="Please enter the account number!";
|
||||||
alert_ebene(v_msg, v_msgEng);
|
alert_ebene(v_msg, v_msgEng);
|
||||||
|
|
||||||
$("#numeroCompteBancaire").focus();
|
|
||||||
return;
|
return;
|
||||||
}
|
}
|
||||||
|
|
||||||
intituleCompteBancaire=$("#intituleCompteBancaire").val();
|
intituleCompteBancaire=$("#intituleCompteBancaire").val();
|
||||||
if (intituleCompteBancaire<=" ")
|
if (intituleCompteBancaire<=" ")
|
||||||
{
|
{
|
||||||
|
$("#intituleCompteBancaire").focus();
|
||||||
v_msg="Veuillez saisir le nom du compte!";
|
v_msg="Veuillez saisir le nom du compte!";
|
||||||
v_msgEng="Please enter the account name!";
|
v_msgEng="Please enter the account name!";
|
||||||
alert_ebene(v_msg, v_msgEng);
|
alert_ebene(v_msg, v_msgEng);
|
||||||
|
|
||||||
$("#intituleCompteBancaire").focus();
|
|
||||||
return;
|
return;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
|
||||||
|
|
@ -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" />
|
<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="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="Bootstrap/js/bootstrap.min.js"></script>
|
||||||
<script src="https://unpkg.com/vue@3/dist/vue.global.prod.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>
|
<script src="https://cdn.jsdelivr.net/npm/chart.js"></script>
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue
Block a user