diff --git a/Controleur/ControleurCreeradherent.php b/Controleur/ControleurCreeradherent.php index 0f54051..1094a6f 100644 --- a/Controleur/ControleurCreeradherent.php +++ b/Controleur/ControleurCreeradherent.php @@ -65,7 +65,6 @@ class ControleurCreeradherent extends Controleur { $client = $this->client->getClientId($idClient); - $codeSociete = $_SESSION['codeSociete']; $codePays = $client['codePays']; $codeVille = $client['codeVille']; diff --git a/Js/fonctions.js b/Js/fonctions.js index c97b5b5..9d3c959 100755 --- a/Js/fonctions.js +++ b/Js/fonctions.js @@ -708,6 +708,8 @@ function est_ce_police_famille() function creer_adherents() { + debugger; + // 06/11/2020 if(est_ce_police_famille()) { diff --git a/Vue/gabarit.php b/Vue/gabarit.php index 4e8a84d..08ba265 100755 --- a/Vue/gabarit.php +++ b/Vue/gabarit.php @@ -663,7 +663,7 @@ $photoAssureCrypte = $_SESSION['photoAssureCrypte']; - +