Don't show archived ticket categories in the tickets.php filter options

This commit is contained in:
wrongecho 2025-05-20 11:39:09 +01:00
parent 025532f579
commit 2786fb65ed
1 changed files with 1 additions and 0 deletions

View File

@ -153,6 +153,7 @@ $sql_categories = mysqli_query(
$mysqli,
"SELECT * FROM categories
WHERE category_type = 'Ticket'
AND category_archived_at IS NULL
ORDER BY category_name"
);