From a82e2c7ea1dc1a9767d7be7cdc8288f07ee97025 Mon Sep 17 00:00:00 2001 From: johnnyq Date: Thu, 18 Dec 2025 20:38:15 -0500 Subject: [PATCH] Billable and non billable status use icons check and minus --- agent/recurring_invoices.php | 2 +- agent/recurring_tickets.php | 18 +++++++++--------- agent/ticket_list.php | 18 +++++++++--------- 3 files changed, 19 insertions(+), 19 deletions(-) diff --git a/agent/recurring_invoices.php b/agent/recurring_invoices.php index 8b12bef0..eb4bf61d 100644 --- a/agent/recurring_invoices.php +++ b/agent/recurring_invoices.php @@ -222,7 +222,7 @@ $num_rows = mysqli_fetch_row(mysqli_query($mysqli, "SELECT FOUND_ROWS()")); No Cards on File - + diff --git a/agent/recurring_tickets.php b/agent/recurring_tickets.php index 3b20593f..fdd13208 100644 --- a/agent/recurring_tickets.php +++ b/agent/recurring_tickets.php @@ -65,7 +65,7 @@ $sql = mysqli_query( $billable_query $client_query ORDER BY - CASE + CASE WHEN '$sort' = 'recurring_ticket_priority' THEN CASE recurring_ticket_priority WHEN 'High' THEN 1 @@ -74,7 +74,7 @@ $sql = mysqli_query( ELSE 4 -- Optional: for unexpected priority values END ELSE NULL - END $order, + END $order, $sort $order -- Apply normal sorting by $sort and $order LIMIT $record_from, $record_to" ); @@ -152,7 +152,7 @@ $num_rows = mysqli_fetch_row(mysqli_query($mysqli, "SELECT FOUND_ROWS()"));