From 7b6b597de4f360adfa486688ee65808af58ed8d5 Mon Sep 17 00:00:00 2001 From: johnnyq Date: Fri, 14 Jan 2022 00:41:51 -0500 Subject: [PATCH] used header tag for client name to standout --- ticket.php | 10 ++++------ 1 file changed, 4 insertions(+), 6 deletions(-) diff --git a/ticket.php b/ticket.php index 61bd7fa9..f47a8f4f 100644 --- a/ticket.php +++ b/ticket.php @@ -320,11 +320,10 @@ if(isset($_GET['ticket_id'])){
-
+
-

Client

- +
@@ -335,9 +334,8 @@ if(isset($_GET['ticket_id'])){ ?> $client_tags_display"; + if(!empty($client_tags_display)){ + echo "$client_tags_display"; } ?>