We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 8306a04 commit c273cabCopy full SHA for c273cab
client/ticket_view_all.php
@@ -62,7 +62,7 @@
62
$ticket_contact_name = nullable_htmlentities($row['contact_name']);
63
64
echo "<tr>";
65
- echo "<td> <a href='ticket.php?id=$ticket_id'> $ticket_prefix$ticket_id</a></td>";
+ echo "<td> <a href='ticket.php?id=$ticket_id'> $ticket_prefix$ticket_number</a></td>";
66
echo "<td> <a href='ticket.php?id=$ticket_id'> $ticket_subject</a></td>";
67
echo "<td>$ticket_contact_name</td>";
68
echo "<td>$ticket_status</td>";
0 commit comments