Fix contact title & improve logging on client portal

Hyperlink ticket on client overview page
This commit is contained in:
Marcus Hill
2022-04-16 12:51:15 +01:00
parent 0a483cf13a
commit 5f5e023afe
5 changed files with 8 additions and 8 deletions

View File

@@ -191,7 +191,7 @@ $sql_tickets_stale = mysqli_query($mysqli,"SELECT * FROM tickets
?>
<tr>
<td><?php echo "$ticket_prefix$ticket_number"; ?></td>
<td><a href="ticket.php?ticket_id=<?php echo $ticket_id?>"><?php echo "$ticket_prefix$ticket_number"; ?></a</td>
<td><?php echo $ticket_subject; ?></td>
<td class="text-danger"><?php echo $ticket_created_at; ?></td>
</tr>