mirror of
https://github.com/itflow-org/itflow
synced 2026-02-28 02:44:53 +00:00
Don't show archived ticket categories in the tickets.php filter options
This commit is contained in:
@@ -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"
|
||||
);
|
||||
|
||||
|
||||
Reference in New Issue
Block a user