diff --git a/tickets.php b/tickets.php index 9f33b802..adb00da3 100644 --- a/tickets.php +++ b/tickets.php @@ -179,6 +179,7 @@ Number Subject + Contact Client Priority Status @@ -248,11 +249,18 @@ $ticket_assigned_to_display = $row['user_name']; } + if(empty($contact_name)){ + $contact_display = "-"; + }else{ + $contact_display = "$contact_name
$contact_email"; + } + ?> +