From 54ab788e93499e4fef8dfafa8e89e2cb37ada5f5 Mon Sep 17 00:00:00 2001 From: johnnyq Date: Wed, 18 Jun 2025 18:05:28 -0400 Subject: [PATCH] Allow the Contact to be clickable in ticket listing and direct to the client contact details page --- tickets_list.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tickets_list.php b/tickets_list.php index aea0428b..0db33201 100644 --- a/tickets_list.php +++ b/tickets_list.php @@ -130,7 +130,7 @@ if (empty($contact_name)) { $contact_display = "-"; } else { - $contact_display = "$contact_name"; + $contact_display = "
$contact_name
"; } // Get who last updated the ticket - to be shown in the last Response column