Page 1 of 1

Status - print.php

Posted: Sat Apr 04, 2015 8:48 am
by jones
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):

Code: Select all

<td height="20" bgcolor="#EEE"><b>' . $hesklang['ticket_status'] . ':</b></td><td height="20" bgcolor="#DDD">' . $ticket['status'] . '</td>
How do I change it so there is ticket status and not a number?

Jones

Re: Status - print.php

Posted: Sat Apr 04, 2015 9:01 am
by Klemen
See the original print.php under

Code: Select all

/* Ticket status */

Re: Status - print.php

Posted: Sat Apr 04, 2015 10:12 am
by jones
Thanks a lot :-)