We received a complaint that when having OTRS language set as Spanish (Spain), on the screen of email outbound does not show the ticket number (they stated that was working few weeks ago...)
For English is working fine. I was checking some language and code files and i don´t know what is happening.
In Outbound.tt i could find:
Code: Select all
<div class="Header">
<h1>[% Translate("Outbound Email for %s%s", Config('Ticket::Hook'), Data.TicketNumber) | html %] — [% Data.Title | html %]</h1>
<p class="AsteriskExplanation">[% Translate("All fields marked with an asterisk (*) are mandatory.") | html %]</p>
Thank you