Allow the Contact to be clickable in ticket compact listing too

This commit is contained in:
johnnyq 2025-06-18 18:06:59 -04:00
parent 54ab788e93
commit b60f44eede
1 changed files with 1 additions and 1 deletions

View File

@ -115,7 +115,7 @@
if (empty($contact_name)) {
$contact_display = "-";
} else {
$contact_display = "$contact_name<br><small class='text-secondary'>$contact_email</small>";
$contact_display = "<div><a href='contact_details.php?client_id=$client_id&contact_id=$contact_id'>$contact_name</a></div>";
}
// Get who last updated the ticket - to be shown in the last Response column