Hello,
(i'm sorry, i'm german with bad english-speaking)
i want see the stuff-member, witch work on this ticket, in the ticket-overview (when i klick on "open")
The Stuff-ID is in the database-table ost-ticket an i can show the stuff-id:
/include/staff/tickets.inc.php ca. line 470
<td nowrap><div align="left">
<?=Format:($row,22,strpos($row,'@'))?>
</div></td>
But i only see the number of the stuff-member.
in /include/staff/viewticket.inc.php ca. line 105
is a stuff-member-output with name:
<?=$staff?Format:($staff->getName()):'- nicht zugewiesen -'?>
but this dosn't work in /include/staff/tickets.inc.php like
<td nowrap><div align="left">
<?=$staff?Format:($staff->getName()):'- nicht zugewiesen -'?>
</div></td>
please can you help me?
have a nice day,
Grille.