In the Staff View Tickets, if you dont select a member of staff to assign to the error message next to the drop down staff box does not show, the page give the bar error "Unable to assign the ticket" so it knows it needed it but doesnt show the error next to the box. Which should say "Select Assignee" if nothing is selected.
This is set in scp/tickets.php
$fields = array('type'=>'int', 'required'=>1, 'error'=>'Select Assignee');
and in staff/Viewticket.inc.php
Anyone know how to fix this small bug ?
Cheers