Adding last replier name
Posted: Wed Nov 18, 2009 11:24 am
How can I add last replier name in Last replier column?
How to modify script in admin_ticket.php:
<td>'.$hesklang['last_replier'].': </td>
<td>';
if ($ticket['lastreplier']) {echo $hesklang['staff'];}
else {echo $hesklang['customer'];}
echo '</td>
How to modify script in admin_ticket.php:
<td>'.$hesklang['last_replier'].': </td>
<td>';
if ($ticket['lastreplier']) {echo $hesklang['staff'];}
else {echo $hesklang['customer'];}
echo '</td>