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
Branches
Tags
No related merge requests found
...@@ -13,6 +13,7 @@ ...@@ -13,6 +13,7 @@
vim: expandtab sw=4 ts=4 sts=4: 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.dept.php');
include_once(INCLUDE_DIR.'class.team.php'); include_once(INCLUDE_DIR.'class.team.php');
include_once(INCLUDE_DIR.'class.group.php'); include_once(INCLUDE_DIR.'class.group.php');
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment