From 5ee274ae675655c588b01a83bec9ca8daa85d6bb Mon Sep 17 00:00:00 2001 From: "johnny@pittpc.com" Date: Fri, 22 Jan 2021 18:35:47 -0500 Subject: [PATCH] Updated ticket status display logic to conform to the ticket priority display logic --- ticket.php | 14 ++++---------- 1 file changed, 4 insertions(+), 10 deletions(-) diff --git a/ticket.php b/ticket.php index 25212523..5c4633e4 100644 --- a/ticket.php +++ b/ticket.php @@ -47,11 +47,11 @@ if(isset($_GET['ticket_id'])){ $name = $row['name']; if($ticket_status == "Open"){ - $ticket_badge_color = "primary"; + $ticket_status_display = "$ticket_status"; }elseif($ticket_status == "Working"){ - $ticket_badge_color = "success"; + $ticket_status_display = "$ticket_status"; }else{ - $ticket_badge_color = "secondary"; + $ticket_status_display = "$ticket_status"; } if($ticket_priority == "High"){ @@ -79,13 +79,7 @@ if(isset($_GET['ticket_id'])){
- -

- Ticket - - - -

+

Ticket