This commit is contained in:
Laurent Destailleur 2021-06-26 16:13:39 +02:00
parent b3b96ddb7a
commit b051f6e2d1

View File

@ -879,7 +879,7 @@ if ($action == 'create' || $action == 'presend') {
if (!empty($object->origin_email)) {
$morehtmlref .= '<br>'.$langs->trans("CreatedBy").' : ';
$morehtmlref .= img_picto('', 'email', 'class="paddingrightonly"');
$morehtmlref .= dol_escape_htmltag($object->origin_email).' <small>('.$langs->trans("TicketEmailOriginIssuer").')</small>';
$morehtmlref .= dol_escape_htmltag($object->origin_email).' <small class="hideonsmartphone opacitymedium">('.$langs->trans("TicketEmailOriginIssuer").')</small>';
}
// Thirdparty