From b3645369f274d507c74a2daf82638cbb9fda717f Mon Sep 17 00:00:00 2001 From: KANE LAZENI Date: Sun, 4 Jan 2026 13:25:18 +0000 Subject: [PATCH] a --- Js/fonctions.js | 9 +++------ Vue/gabarit.php | 2 +- 2 files changed, 4 insertions(+), 7 deletions(-) diff --git a/Js/fonctions.js b/Js/fonctions.js index 7e7969d..60d44b5 100755 --- a/Js/fonctions.js +++ b/Js/fonctions.js @@ -1638,11 +1638,8 @@ function afficher_beneficiaire_id() function creer_beneficiaires() { - alert("creer_beneficiaires"); - return; - etat=$("#codeEtatPolice_C").val(); - + if (etat=="RE") { v_msg="Attention! Police résiliée!"; @@ -1671,8 +1668,8 @@ function creer_beneficiaires() } // etatadh=$("#codeEtatAdherent_C").val(); - etatadh=$("#codeEtatAdherent").val(); - if (etatadh != "V" && etatadh != "W") + etatadh=$("#codeEtatAdherent").val(); + if (etatadh != "V" && etatadh != "W") { v_msg="Attention! cette famille n\'est pas en vigueur!"; v_msgEng="Warning! this family is not in force!"; diff --git a/Vue/gabarit.php b/Vue/gabarit.php index bcbc969..de3fd75 100755 --- a/Vue/gabarit.php +++ b/Vue/gabarit.php @@ -635,7 +635,7 @@ $photoAssureCrypte = $_SESSION['photoAssureCrypte']; - +