- Edited
Hi Guys,As part of my graduation internship (This is my first week) i'm currently working on expanding some functionalities in the OS ticket center of an IT company.My first objective is replacing the Phone number in the table in 'my ticket view' on the client side and replacing this with the priority status.I have been searching troughout the forum and mods but i can't find an explanation on how to do this. I think i found the the first place where i need to change the data in the table but i'm not sure and i'm pretty sure this is not the only part i need to change/replacePage: include/client/tickets.inc.php:Code: <th width="100">Phone Number</th>Line number:: 131Change this to<a href="tickets.php?sort=prio&order=<?php echo $negorder; ?><?php echo $qstr; ?>" title="Sort By Priority">Priority</a>Is this the right way to do this?