From b947bb9cf56ed9507173f701e53af1d219164096 Mon Sep 17 00:00:00 2001 From: KONE SOREL Date: Sat, 17 Jan 2026 09:07:22 +0000 Subject: [PATCH] d --- Controleur/ControleurCreeradherent.php | 2 ++ Js/fonctions.js | 4 ++-- 2 files changed, 4 insertions(+), 2 deletions(-) diff --git a/Controleur/ControleurCreeradherent.php b/Controleur/ControleurCreeradherent.php index 1094a6f..ead2488 100644 --- a/Controleur/ControleurCreeradherent.php +++ b/Controleur/ControleurCreeradherent.php @@ -41,6 +41,8 @@ class ControleurCreeradherent extends Controleur { $this->adherent = new Adherent(); $this->beneficiaire = new Beneficiaire(); $this->naturepiece = (new Naturepiece())->getListe(); + var_dump("OK"); + die(); $this->sexe = (new Sexe())->getListe(); $this->situationfamille = (new Situationfamille())->getListe(); $this->pays = new Pays(); diff --git a/Js/fonctions.js b/Js/fonctions.js index 9d3c959..e7ef695 100755 --- a/Js/fonctions.js +++ b/Js/fonctions.js @@ -69,7 +69,7 @@ function raffraichier_gabarit() { $("#div_ajaxgabarit").html(data); - codeSociete = $("#codeSociete").val(); + codeSociete = $("#codeSociete_C").val(); vue = $("#vue").val(); if((codeSociete == undefined || codeSociete <= " ") && vue !="Connexion"){ @@ -709,7 +709,7 @@ function est_ce_police_famille() function creer_adherents() { debugger; - + // 06/11/2020 if(est_ce_police_famille()) {