Skip to content
Snippets Groups Projects
Commit 1c39b2d4 authored by Peter Rotich's avatar Peter Rotich
Browse files

Add ticket class (just incase the parent doesn't have it included)- required...

Add ticket class  (just incase the parent doesn't have it included)- required to fetch staff's ticket stats.
parent 8eb3d26e
No related branches found
No related tags found
No related merge requests found
......@@ -13,6 +13,7 @@
vim: expandtab sw=4 ts=4 sts=4:
**********************************************************************/
include_once(INCLUDE_DIR.'class.ticket.php');
include_once(INCLUDE_DIR.'class.dept.php');
include_once(INCLUDE_DIR.'class.team.php');
include_once(INCLUDE_DIR.'class.group.php');
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment