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'];
-
+