Some initial beginnings of task management in tickets, currently you can create and delete them more to come

This commit is contained in:
johnnyq
2024-03-25 16:43:56 -04:00
parent 7702d8c5bf
commit e2733fecb7
5 changed files with 183 additions and 2 deletions

View File

@@ -71,6 +71,8 @@ require_once "post/tax.php";
require_once "post/ticket.php";
require_once "post/tasks.php";
require_once "post/transfer.php";
require_once "post/trip.php";
@@ -85,5 +87,3 @@ require_once "post/ai.php";
require_once "post/misc.php";
?>