CONTINUE BIG FIX: Adjust the reaminder of links within client section

This commit is contained in:
johnnyq
2024-10-31 15:56:20 -04:00
parent 4e72925c21
commit 72240462a0
5 changed files with 10 additions and 10 deletions

View File

@@ -607,7 +607,7 @@ $sql_asset_retired = mysqli_query(
?>
<tr>
<td><a href="ticket.php?ticket_id=<?php echo $ticket_id?>"><?php echo "$ticket_prefix$ticket_number"; ?></a></td>
<td><a href="ticket.php?client_id=<?php echo $client_id; ?>&ticket_id=<?php echo $ticket_id?>"><?php echo "$ticket_prefix$ticket_number"; ?></a></td>
<td><?php echo $ticket_subject; ?></td>
<td><?php echo $ticket_created_at_human; ?> <small class="text-muted"><?php echo $ticket_created_at; ?></small></td>
</tr>