mirror of https://github.com/itflow-org/itflow
Don't show archived ticket categories in the tickets.php filter options
This commit is contained in:
parent
025532f579
commit
2786fb65ed
|
|
@ -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"
|
||||||
);
|
);
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue