From ad4ab5a54c928624ad1857083892a15cf2d8f3ed Mon Sep 17 00:00:00 2001 From: johnnyq Date: Wed, 29 Oct 2025 17:50:37 -0400 Subject: [PATCH] Fix in old add ticket --- agent/modals/ticket/ticket_add.php | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/agent/modals/ticket/ticket_add.php b/agent/modals/ticket/ticket_add.php index 05854f0d..98291067 100644 --- a/agent/modals/ticket/ticket_add.php +++ b/agent/modals/ticket/ticket_add.php @@ -185,8 +185,7 @@ $sql = mysqli_query( $mysqli, "SELECT user_id, user_name FROM users - WHERE user_role_id > 1 - AND user_type = 1 + WHERE user_type = 1 AND user_status = 1 AND user_archived_at IS NULL ORDER BY user_name ASC"