mirror of
https://github.com/itflow-org/itflow
synced 2026-03-02 20:04: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,
|
$mysqli,
|
||||||
"SELECT * FROM categories
|
"SELECT * FROM categories
|
||||||
WHERE category_type = 'Ticket'
|
WHERE category_type = 'Ticket'
|
||||||
|
AND category_archived_at IS NULL
|
||||||
ORDER BY category_name"
|
ORDER BY category_name"
|
||||||
);
|
);
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user