diff --git a/Js/fonctions.js b/Js/fonctions.js index 7fddee2..d25f0d0 100755 --- a/Js/fonctions.js +++ b/Js/fonctions.js @@ -5228,4 +5228,17 @@ function retirer_un_menu_vue_profil(codeMenu) afficher_menu_vue_profil(); } }); -} \ No newline at end of file +} + +function verifier_Echeance_ren() +{ + codeTypeAvenant=$("#codeTypeAvenant").val(); + + if(codeTypeAvenant!="REN") + { + return; + } + + CalculerEcheanceRen(); + CalculerFinRen(); +}