a
This commit is contained in:
parent
29e8acd1b0
commit
b3645369f2
|
|
@ -1638,11 +1638,8 @@ function afficher_beneficiaire_id()
|
||||||
|
|
||||||
function creer_beneficiaires()
|
function creer_beneficiaires()
|
||||||
{
|
{
|
||||||
alert("creer_beneficiaires");
|
|
||||||
return;
|
|
||||||
|
|
||||||
etat=$("#codeEtatPolice_C").val();
|
etat=$("#codeEtatPolice_C").val();
|
||||||
|
|
||||||
if (etat=="RE")
|
if (etat=="RE")
|
||||||
{
|
{
|
||||||
v_msg="Attention! Police résiliée!";
|
v_msg="Attention! Police résiliée!";
|
||||||
|
|
@ -1671,8 +1668,8 @@ function creer_beneficiaires()
|
||||||
}
|
}
|
||||||
|
|
||||||
// etatadh=$("#codeEtatAdherent_C").val();
|
// etatadh=$("#codeEtatAdherent_C").val();
|
||||||
etatadh=$("#codeEtatAdherent").val();
|
etatadh=$("#codeEtatAdherent").val();
|
||||||
if (etatadh != "V" && etatadh != "W")
|
if (etatadh != "V" && etatadh != "W")
|
||||||
{
|
{
|
||||||
v_msg="Attention! cette famille n\'est pas en vigueur!";
|
v_msg="Attention! cette famille n\'est pas en vigueur!";
|
||||||
v_msgEng="Warning! this family is not in force!";
|
v_msgEng="Warning! this family is not in force!";
|
||||||
|
|
|
||||||
|
|
@ -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.04.28"></script>
|
<script src="/Js/fonctions.js?ver=2026.01.04.29"></script>
|
||||||
|
|
||||||
<script type="text/javascript">
|
<script type="text/javascript">
|
||||||
raffraichier_gabarit();
|
raffraichier_gabarit();
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue
Block a user