Reduce Global Ticket view padding by not displaying contact's email

This commit is contained in:
johnnyq 2025-01-27 11:15:43 -05:00
parent 96809c7f85
commit ab7273bf39
1 changed files with 1 additions and 1 deletions

View File

@ -418,7 +418,7 @@ $user_active_assigned_tickets = intval($row['total_tickets_assigned']);
if (empty($contact_name)) {
$contact_display = "-";
} else {
$contact_display = "$contact_name<br><small class='text-secondary'>$contact_email</small>";
$contact_display = "$contact_name";
}
// Get who last updated the ticket - to be shown in the last Response column