Skip to content
Snippets Groups Projects
Unverified Commit 3af017f0 authored by Peter Rotich's avatar Peter Rotich Committed by GitHub
Browse files

Merge pull request #14 from aydreeihn/issue/agent-export-dept-status

Issue: Agent Export Department Status
parents a496ed3e e27f02f8
No related branches found
No related tags found
No related merge requests found
......@@ -262,7 +262,7 @@ class Export {
$filename = $filename ?: sprintf('Agents-%s.csv',
strftime('%Y%m%d'));
Http::download($filename, "text/$how");
$depts = Dept::getDepartments();
$depts = Dept::getDepartments(null, true, Dept::DISPLAY_DISABLED);
echo self::dumpQuery($agents, array(
'::getName' => 'Name',
'::getUsername' => 'Username',
......
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