From b3db297e69bb4ebb2ea8843c2e1e5a54318cb1a4 Mon Sep 17 00:00:00 2001 From: KANE LAZENI Date: Mon, 19 Jan 2026 14:17:46 +0000 Subject: [PATCH] a --- Js/fonctions.js | 15 ++++++++++++++- Vue/gabarit.php | 2 +- 2 files changed, 15 insertions(+), 2 deletions(-) diff --git a/Js/fonctions.js b/Js/fonctions.js index ef77a24..d617efe 100755 --- a/Js/fonctions.js +++ b/Js/fonctions.js @@ -5179,4 +5179,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(); +} diff --git a/Vue/gabarit.php b/Vue/gabarit.php index d524464..706456c 100755 --- a/Vue/gabarit.php +++ b/Vue/gabarit.php @@ -654,7 +654,7 @@ $photoAssureCrypte = $_SESSION['photoAssureCrypte']; - +