Status - print.php
Posted: Sat Apr 04, 2015 8:48 am
Hesk 2.6.2
Hello,
I have changed little in print.php
And status is indicated by: 3
This is the text that I have inserted in status (print.php):
How do I change it so there is ticket status and not a number?
Jones
Hello,
I have changed little in print.php
And status is indicated by: 3
This is the text that I have inserted in status (print.php):
Code: Select all
<td height="20" bgcolor="#EEE"><b>' . $hesklang['ticket_status'] . ':</b></td><td height="20" bgcolor="#DDD">' . $ticket['status'] . '</td>
Jones