ich habe im Internet gefunden, dass man folgende Zeile in der AgentDashboardTicketGeneric.dtl hinzufügen soll, damit der Absender angezeigt wird:
Code: Select all
<td width="10%">
<a href="$Env{"Baselink"}Action=AgentTicketCustomer&TicketID=$QData{"TicketID"}"onmouseover="window.status='$JSText{"Customer history"}'; return true;" onmouseout="window.status='';">
<div title="$QData{"CustomerUserID"}">$QData{"CustomerID","15"}</div>
</a>
</td>
Danke, Michael