Hey,
in ../upload/include/class.ticket.php SEARCH:
* The mother of all functions...You break it you fix it
Under that is the code you have to edit. For STAFF you need:
...
}elseif(strcasecmp($origin,'staff')==0){ //tickets created by staff...e.g on callins.
$fields = array('type'=>'int', 'required'=>1, 'error'=>'Dept. required');
$fields = array('type'=>'string', 'required'=>1, 'error'=>'Indicate source');
$fields = array('type'=>'date', 'required'=>0, 'error'=>'Invalid date - must be MM/DD/YY');
Now you can put a "0" (not required) or "1" (required) behind "'required'=>(0/1),"
Hope I could help you!
Greetings,
Torben