a
This commit is contained in:
parent
2ff8e3f3db
commit
0e3f603637
|
|
@ -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();
|
||||
}
|
||||
*/
|
||||
}
|
||||
});
|
||||
}
|
||||
|
|
|
|||
|
|
@ -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));
|
||||
}
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user