This commit is contained in:
2026-01-05 01:01:15 +00:00
parent b02eeccf02
commit c16ce5d140
2 changed files with 9 additions and 17 deletions

View File

@@ -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/");
}
}