Skip to content

Commit

Permalink
Add dept to ticket's sort options
Browse files Browse the repository at this point in the history
  • Loading branch information
protich committed Feb 15, 2013
1 parent 56c11ed commit 4c348b8
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion include/staff/tickets.inc.php
Original file line number Diff line number Diff line change
Expand Up @@ -186,7 +186,9 @@
endif;

$sortOptions=array('date'=>'ticket.created','ID'=>'ticketID','pri'=>'priority_urgency','name'=>'ticket.name',
'subj'=>'ticket.subject','status'=>'ticket.status','assignee'=>'assigned','staff'=>'staff');
'subj'=>'ticket.subject','status'=>'ticket.status','assignee'=>'assigned','staff'=>'staff',
'dept'=>'dept_name');

$orderWays=array('DESC'=>'DESC','ASC'=>'ASC');

//Sorting options...
Expand Down

0 comments on commit 4c348b8

Please sign in to comment.