From ab7273bf3965c189a045c56bc6f8151e05d86d12 Mon Sep 17 00:00:00 2001 From: johnnyq Date: Mon, 27 Jan 2025 11:15:43 -0500 Subject: [PATCH] Reduce Global Ticket view padding by not displaying contact's email --- tickets.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tickets.php b/tickets.php index 43e93ebc..4b508a4d 100644 --- a/tickets.php +++ b/tickets.php @@ -418,7 +418,7 @@ $user_active_assigned_tickets = intval($row['total_tickets_assigned']); if (empty($contact_name)) { $contact_display = "-"; } else { - $contact_display = "$contact_name
$contact_email"; + $contact_display = "$contact_name"; } // Get who last updated the ticket - to be shown in the last Response column