Fix warning

This commit is contained in:
Laurent Destailleur 2021-01-02 15:52:12 +01:00
parent f16be78167
commit 02ae06f24a

View File

@ -329,9 +329,9 @@ function getThirdParty($authentication, $id = '', $ref = '', $ref_ext = '')
'supplier_code' => $thirdparty->code_fournisseur,
'customer_code_accountancy' => $thirdparty->code_compta,
'supplier_code_accountancy' => $thirdparty->code_compta_fournisseur,
'user_creation' => $thirdparty->fk_user_creat,
'user_creation' => $thirdparty->user_creation,
'date_creation' => dol_print_date($thirdparty->date_creation, 'dayhourrfc'),
'user_modification' => $thirdparty->fk_user_modif,
'user_modification' => $thirdparty->user_modification,
'date_modification' => dol_print_date($thirdparty->date_modification, 'dayhourrfc'),
'address' => $thirdparty->address,
'zip' => $thirdparty->zip,