Hi all!If you need modify you staff list (osTicket v1.10-RC.1) , you need to go at line 279 and add: $tickets->values('lock__staff_id', 'staff_id', 'isoverdue', 'team_id', 'ticket_id', 'number', 'cdata__subject', 'cdata__CUSTOM', 'user__default_email__address', 'source', 'cdata__', 'cdata__', 'status_id', 'status__name', 'status__state', 'dept_id', 'dept__name', 'user__name', 'lastupdate');
Of course you need to add <td> after line 501 (for ex): <td> <?php echo $T; ?> </td>
With best wishes Evgeniy =)P.S. Srry 4 my Eng =)