FIX: e-mail of applicant is not transferred to the new user when creating a user from an applicant card

This commit is contained in:
atm-florian 2021-08-13 13:26:11 +02:00
parent ef4468153d
commit 1932bc308d

View File

@ -264,6 +264,7 @@ if (empty($reshook)) {
$nuser->birth = $object->date_birth;
$nuser->salary = $object->remuneration_proposed;
$nuser->fk_user = $jobposition->fk_user_supervisor; // Supervisor
$nuser->email = $object->email;
$result = $nuser->create($user);