From 0e3f60363779ff57b4a8e8a42afe0af904be1842 Mon Sep 17 00:00:00 2001 From: KANE LAZENI Date: Sun, 18 Jan 2026 07:53:27 +0000 Subject: [PATCH] a --- Js/fonctions.js | 3 --- Modele/Client.php | 3 ++- 2 files changed, 2 insertions(+), 4 deletions(-) diff --git a/Js/fonctions.js b/Js/fonctions.js index 054f5ec..7fddee2 100755 --- a/Js/fonctions.js +++ b/Js/fonctions.js @@ -4508,11 +4508,9 @@ function creer_user_rh_client() }, success: function(data) { $('#div_unicite_login').html(data); - $('#div_test_gabarit').html(data); }, complete: function() { - /* uniciteLogin = $("#uniciteLogin").val(); if(uniciteLogin==1) { @@ -4530,7 +4528,6 @@ function creer_user_rh_client() $("#codeUtilisateur").focus(); } - */ } }); } diff --git a/Modele/Client.php b/Modele/Client.php index f0e54c2..dee7497 100755 --- a/Modele/Client.php +++ b/Modele/Client.php @@ -384,6 +384,7 @@ class Client extends Modele { } $sql = 'call sp_c_creer_user_rh_client(?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?);'; + /* var_dump( array( @@ -408,7 +409,7 @@ class Client extends Modele { ); exit(); */ - + $this->executerRequete($sql, array($codeSociete, $idClient, $numeroClient, $codeUtilisateur, $nom, $prenoms, $telephone, $email, $hash, $codeLangue, $user, $codeModeGenerationPass, $passAutoGen, $codeModeEnvoiPass, $motPass, $codeProfil)); }