Skip to content
Snippets Groups Projects
Commit bb2776f4 authored by Laurent Destailleur's avatar Laurent Destailleur
Browse files

Fix: Bad field

parent 9c1f7099
Branches
Tags
No related merge requests found
...@@ -304,7 +304,7 @@ function getUser($authentication,$id,$ref='',$ref_ext='') ...@@ -304,7 +304,7 @@ function getUser($authentication,$id,$ref='',$ref_ext='')
'datec' => dol_print_date($user->datec,'dayhourrfc'), 'datec' => dol_print_date($user->datec,'dayhourrfc'),
'datem' => dol_print_date($user->datem,'dayhourrfc'), 'datem' => dol_print_date($user->datem,'dayhourrfc'),
'societe_id' => $user->societe_id, 'societe_id' => $user->societe_id,
'fk_socpeople' => $user->fk_socpeople, 'fk_socpeople' => $user->contact_id,
'fk_member' => $user->fk_member, 'fk_member' => $user->fk_member,
'webcal_login' => $user->webcal_login, 'webcal_login' => $user->webcal_login,
'phenix_login' => $user->phenix_login, 'phenix_login' => $user->phenix_login,
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment