Hello,
How do i get priority show on the print?
When i print a ticket.
Jones
Show priority on print.php
Moderator: mkoch227
Re: Show priority on print.php
In print.php find
Just below that add
Code: Select all
<tr>
<td>' . $hesklang['ticket_status'] . ':</td>
<td>' . $ticket['status'] . '</td>
</tr>
Code: Select all
<tr>
<td>' . $hesklang['priority'] . ':</td>
<td>' . $ticket['priority'] . '</td>
</tr>
Klemen, creator of HESK and PHPJunkyardWas this helpful? You can buy me a drink here 
You should follow me on Twitter here
Help desk software | Cloud help desk | Guestbook | Link manager | Click counter | more PHP Scripts ...
Also browse for php hosting companies, read php books, find php resources and use webmaster tools


Help desk software | Cloud help desk | Guestbook | Link manager | Click counter | more PHP Scripts ...
Also browse for php hosting companies, read php books, find php resources and use webmaster tools