Skip to content

Commit c273cab

Browse files
author
wrongecho
committed
Portal - View all ticket bugfix
View all tickets should display the ticket_number rather than the database ID
1 parent 8306a04 commit c273cab

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

client/ticket_view_all.php

+1-1
Original file line numberDiff line numberDiff line change
@@ -62,7 +62,7 @@
6262
$ticket_contact_name = nullable_htmlentities($row['contact_name']);
6363

6464
echo "<tr>";
65-
echo "<td> <a href='ticket.php?id=$ticket_id'> $ticket_prefix$ticket_id</a></td>";
65+
echo "<td> <a href='ticket.php?id=$ticket_id'> $ticket_prefix$ticket_number</a></td>";
6666
echo "<td> <a href='ticket.php?id=$ticket_id'> $ticket_subject</a></td>";
6767
echo "<td>$ticket_contact_name</td>";
6868
echo "<td>$ticket_status</td>";

0 commit comments

Comments
 (0)