Fix : wrong value for contact_id when call getUser webservice method (contact_id is variable name in user.class)

This commit is contained in:
jfefe 2013-01-29 03:59:23 +01:00
parent 9b28f98119
commit ed92e91cc0

View File

@ -327,7 +327,7 @@ function getUser($authentication,$id,$ref='',$ref_ext='')
'datec' => dol_print_date($user->datec,'dayhourrfc'),
'datem' => dol_print_date($user->datem,'dayhourrfc'),
'fk_thirdparty' => $user->societe_id,
'fk_socpeople' => $user->fk_socpeople,
'fk_socpeople' => $user->contact_id,
'fk_member' => $user->fk_member,
'webcal_login' => $user->webcal_login,
'phenix_login' => $user->phenix_login,