Debug v17

This commit is contained in:
Laurent Destailleur 2023-03-02 15:04:25 +01:00
parent c9f6c24368
commit 99a08402a5

View File

@ -464,7 +464,7 @@ if ($object->id > 0 && (empty($action) || ($action != 'edit' && $action != 'crea
}*/
// Author
if (!empty($object->email_msgid)) {
$morehtmlref .= $langs->trans("CreatedBy").' : ';
$morehtmlref .= '<br>'.$langs->trans("CreatedBy").' ';
if ($object->fk_user_creat > 0) {
$fuser = new User($db);