diff --git a/Js/fonctions.js b/Js/fonctions.js
index 28e3f8c..2d92318 100755
--- a/Js/fonctions.js
+++ b/Js/fonctions.js
@@ -1621,22 +1621,6 @@ function afficher_adherent()
}
}
-function afficher_adherent_id()
-{
- debugger;
- codeTypeContrat = $("#codeTypeContrat_C").val();
- if (codeTypeContrat=="F")
- {
- afficher_adherent_familiale_id();
- return;
- }
-
- idAdherent = $("#idAdherent_C" ).val();
- if (idAdherent>"0")
- {
- window.location.assign($("#racineWeb" ).val()+"Ficheadherent/"+$("#idAdherent_C" ).val()+"/");
- }
-}
function afficher_adherent_id_plus(idAdherent)
{
@@ -3103,3 +3087,11 @@ function ajax_context_police_afficher(idPolice)
}
});
}
+
+function plafond_adherent()
+{
+ if ($("#idAdherent_C" ).val()>"")
+ {
+ window.location.assign($("#racineWeb" ).val()+"Plafondadherent/");
+ }
+}
diff --git a/Vue/gabarit.php b/Vue/gabarit.php
index 19c3a8d..fe91942 100755
--- a/Vue/gabarit.php
+++ b/Vue/gabarit.php
@@ -635,7 +635,7 @@ $photoAssureCrypte = $_SESSION['photoAssureCrypte'];
-
+