From 7ff76e6cf2bb96a0ad9b5b7d0974d0204e744b4d Mon Sep 17 00:00:00 2001 From: KANE LAZENI Date: Mon, 19 Jan 2026 14:14:31 +0000 Subject: [PATCH] a --- Js/fonctions.js | 15 ++++++++++++++- 1 file changed, 14 insertions(+), 1 deletion(-) 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(); +}