Hi again,
Okay, I know that this is only a small change, but this oftentimes bothers me especially after adding a new ticket from Staff Panel. I thought that the last inserted ticket will be the first item on the list, but in fact, the ticket is not there. :
I made a modification in order the last inserted ticket by default will be the first item on the ticket list. Just a small change.
Open \include\staff\tickets.inc.php, FIND:
$order_by =$order_by?$order_by:'priority_urgency,ticket.created';
REPLACE WITH:
$order_by =$order_by?$order_by:'ticket.created DESC,priority_urgency';
Cheers!
Best regards,
Masino Sinaga