From afcb0cffdcb4b204de7e69be625fdca90674992a Mon Sep 17 00:00:00 2001 From: johnnyq Date: Sat, 30 Mar 2024 16:34:14 -0400 Subject: [PATCH] Remove Ticket Status display and priority and assigned to from invoice also updated the new ticket status int format --- invoice.php | 27 +++++---------------------- 1 file changed, 5 insertions(+), 22 deletions(-) diff --git a/invoice.php b/invoice.php index 92f72887..1453ee1b 100644 --- a/invoice.php +++ b/invoice.php @@ -105,7 +105,7 @@ if (isset($_GET['invoice_id'])) { AND ticket_invoice_id = 0 AND - ticket_status LIKE '%close%'; + ticket_status = 5; "); @@ -583,10 +583,8 @@ if (isset($_GET['invoice_id'])) {
-
+ +