a
This commit is contained in:
parent
8da2905974
commit
b3db297e69
|
|
@ -5179,4 +5179,17 @@ function retirer_un_menu_vue_profil(codeMenu)
|
|||
afficher_menu_vue_profil();
|
||||
}
|
||||
});
|
||||
}
|
||||
}
|
||||
|
||||
function verifier_Echeance_ren()
|
||||
{
|
||||
codeTypeAvenant=$("#codeTypeAvenant").val();
|
||||
|
||||
if(codeTypeAvenant!="REN")
|
||||
{
|
||||
return;
|
||||
}
|
||||
|
||||
CalculerEcheanceRen();
|
||||
CalculerFinRen();
|
||||
}
|
||||
|
|
|
|||
|
|
@ -654,7 +654,7 @@ $photoAssureCrypte = $_SESSION['photoAssureCrypte'];
|
|||
<script src="https://cdn.jsdelivr.net/npm/sweetalert2@11"></script>
|
||||
|
||||
<!-- Application Scripts -->
|
||||
<script src="/Js/fonctions.js?ver=2026.01.19.04"></script>
|
||||
<script src="/Js/fonctions.js?ver=2026.01.19.05"></script>
|
||||
|
||||
<script type="text/javascript">
|
||||
raffraichier_gabarit();
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user