Allow the Contact to be clickable in ticket listing and direct to the client contact details page

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

View File

@ -130,7 +130,7 @@
if (empty($contact_name)) {
$contact_display = "-";
} else {
$contact_display = "$contact_name";
$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