a
This commit is contained in:
@@ -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/");
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user