From 63f35d576067946bb1aebcf9a72a82eadc079490 Mon Sep 17 00:00:00 2001 From: Marcus Hill Date: Sun, 24 Mar 2024 22:57:21 +0000 Subject: [PATCH] Ticket Statuses from DB First swing at this to share my progress, isn't ready to merge yet but would appreciate thoughts --- portal/ticket.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/portal/ticket.php b/portal/ticket.php index 84891a8b..03a60c1d 100644 --- a/portal/ticket.php +++ b/portal/ticket.php @@ -56,7 +56,7 @@ if (isset($_GET['id']) && intval($_GET['id'])) {

Ticket + if ($ticket_status !== $config_ticket_status_id_closed && $ticket_status !== "Closed") { ?> Close ticket