Show priority on print.php
Posted: Mon Nov 03, 2014 6:09 pm
Hello,
How do i get priority show on the print?
When i print a ticket.
Jones
How do i get priority show on the print?
When i print a ticket.
Jones
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>