de
This commit is contained in:
parent
676b75579d
commit
24873c6e1a
|
|
@ -65,7 +65,6 @@ class ControleurCreeradherent extends Controleur {
|
||||||
$client = $this->client->getClientId($idClient);
|
$client = $this->client->getClientId($idClient);
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
$codeSociete = $_SESSION['codeSociete'];
|
$codeSociete = $_SESSION['codeSociete'];
|
||||||
$codePays = $client['codePays'];
|
$codePays = $client['codePays'];
|
||||||
$codeVille = $client['codeVille'];
|
$codeVille = $client['codeVille'];
|
||||||
|
|
|
||||||
|
|
@ -708,6 +708,8 @@ function est_ce_police_famille()
|
||||||
|
|
||||||
function creer_adherents()
|
function creer_adherents()
|
||||||
{
|
{
|
||||||
|
debugger;
|
||||||
|
|
||||||
// 06/11/2020
|
// 06/11/2020
|
||||||
if(est_ce_police_famille())
|
if(est_ce_police_famille())
|
||||||
{
|
{
|
||||||
|
|
|
||||||
|
|
@ -663,7 +663,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.16.12"></script>
|
<script src="/Js/fonctions.js?ver=2026.01.17.00"></script>
|
||||||
|
|
||||||
<script type="text/javascript">
|
<script type="text/javascript">
|
||||||
raffraichier_gabarit();
|
raffraichier_gabarit();
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue
Block a user