2
0
forked from Wavyzz/dolibarr

Fix bad property

This commit is contained in:
Laurent Destailleur
2020-06-25 11:49:20 +02:00
parent e146d0fe21
commit 2f5dbdc8a3
2 changed files with 3 additions and 3 deletions

View File

@@ -360,7 +360,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->socid,
'fk_contact' => $user->contact_id,
'fk_contact' => $user->contactid,
'fk_member' => $user->fk_member,
'datelastlogin' => dol_print_date($user->datelastlogin, 'dayhourrfc'),
'datepreviouslogin' => dol_print_date($user->datepreviouslogin, 'dayhourrfc'),