mirror of
https://github.com/itflow-org/itflow
synced 2026-02-28 02:44:53 +00:00
CONTINUE BIG FIX: Adjust the reaminder of links within client section
This commit is contained in:
@@ -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>
|
||||
|
||||
Reference in New Issue
Block a user