Skip to content
Snippets Groups Projects
Commit 23839c95 authored by Jared Hancock's avatar Jared Hancock
Browse files

directory: All agents are visible now

parent c6c3ab74
No related branches found
No related tags found
No related merge requests found
......@@ -3,7 +3,6 @@ if(!defined('OSTSTAFFINC') || !$thisstaff || !$thisstaff->isStaff()) die('Access
$qs = array();
$agents = Staff::objects()
->filter(array('isvisible'=>1))
->select_related('dept');
if($_REQUEST['q']) {
......
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