From 56625c37a1fc9f7fbcd2c72ff9c17e0dfa291933 Mon Sep 17 00:00:00 2001 From: johnnyq Date: Sun, 9 Jan 2022 12:24:12 -0500 Subject: [PATCH] Make last respnse field sortable under tickets and client tickets --- client_tickets.php | 2 +- ticket.php | 6 ++++++ tickets.php | 2 +- 3 files changed, 8 insertions(+), 2 deletions(-) diff --git a/client_tickets.php b/client_tickets.php index 1fac7f86..f3603e2c 100644 --- a/client_tickets.php +++ b/client_tickets.php @@ -93,7 +93,7 @@ $num_rows = mysqli_fetch_row(mysqli_query($mysqli,"SELECT FOUND_ROWS()")); Priority Status Assigned - Last Response + Last Response Created Action diff --git a/ticket.php b/ticket.php index 29bdbc26..78388758 100644 --- a/ticket.php +++ b/ticket.php @@ -365,6 +365,12 @@ if(isset($_GET['ticket_id'])){
+ +
diff --git a/tickets.php b/tickets.php index 20541faf..04afcd19 100644 --- a/tickets.php +++ b/tickets.php @@ -184,7 +184,7 @@ Priority Status Assigned - Last Response + Last Response Created Action