a
This commit is contained in:
parent
b02eeccf02
commit
c16ce5d140
|
|
@ -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)
|
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/");
|
||||||
|
}
|
||||||
|
}
|
||||||
|
|
|
||||||
|
|
@ -635,7 +635,7 @@ $photoAssureCrypte = $_SESSION['photoAssureCrypte'];
|
||||||
<script src="https://cdn.jsdelivr.net/npm/sweetalert2@11"></script>
|
<script src="https://cdn.jsdelivr.net/npm/sweetalert2@11"></script>
|
||||||
|
|
||||||
<!-- Application Scripts -->
|
<!-- Application Scripts -->
|
||||||
<script src="/Js/fonctions.js?ver=2026.01.05.02"></script>
|
<script src="/Js/fonctions.js?ver=2026.01.05.03"></script>
|
||||||
|
|
||||||
<script type="text/javascript">
|
<script type="text/javascript">
|
||||||
raffraichier_gabarit();
|
raffraichier_gabarit();
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue
Block a user