a
This commit is contained in:
parent
2ff8e3f3db
commit
0e3f603637
|
|
@ -4508,11 +4508,9 @@ function creer_user_rh_client()
|
||||||
},
|
},
|
||||||
success: function(data) {
|
success: function(data) {
|
||||||
$('#div_unicite_login').html(data);
|
$('#div_unicite_login').html(data);
|
||||||
$('#div_test_gabarit').html(data);
|
|
||||||
},
|
},
|
||||||
complete: function()
|
complete: function()
|
||||||
{
|
{
|
||||||
/*
|
|
||||||
uniciteLogin = $("#uniciteLogin").val();
|
uniciteLogin = $("#uniciteLogin").val();
|
||||||
if(uniciteLogin==1)
|
if(uniciteLogin==1)
|
||||||
{
|
{
|
||||||
|
|
@ -4530,7 +4528,6 @@ function creer_user_rh_client()
|
||||||
|
|
||||||
$("#codeUtilisateur").focus();
|
$("#codeUtilisateur").focus();
|
||||||
}
|
}
|
||||||
*/
|
|
||||||
}
|
}
|
||||||
});
|
});
|
||||||
}
|
}
|
||||||
|
|
|
||||||
|
|
@ -384,6 +384,7 @@ class Client extends Modele {
|
||||||
}
|
}
|
||||||
|
|
||||||
$sql = 'call sp_c_creer_user_rh_client(?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?);';
|
$sql = 'call sp_c_creer_user_rh_client(?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?);';
|
||||||
|
|
||||||
/*
|
/*
|
||||||
var_dump(
|
var_dump(
|
||||||
array(
|
array(
|
||||||
|
|
@ -408,7 +409,7 @@ class Client extends Modele {
|
||||||
);
|
);
|
||||||
exit();
|
exit();
|
||||||
*/
|
*/
|
||||||
|
|
||||||
$this->executerRequete($sql, array($codeSociete, $idClient, $numeroClient, $codeUtilisateur, $nom, $prenoms, $telephone,
|
$this->executerRequete($sql, array($codeSociete, $idClient, $numeroClient, $codeUtilisateur, $nom, $prenoms, $telephone,
|
||||||
$email, $hash, $codeLangue, $user, $codeModeGenerationPass, $passAutoGen, $codeModeEnvoiPass, $motPass, $codeProfil));
|
$email, $hash, $codeLangue, $user, $codeModeGenerationPass, $passAutoGen, $codeModeEnvoiPass, $motPass, $codeProfil));
|
||||||
}
|
}
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue
Block a user