- Edited
By default the Open Tickets list has a Date Created column.But I don't really care when a ticket was created. What is important to me is when the ticket is due.I've found the function responsible in tickets.inc.php, line 550:<?php echo Format:($T) ?: $date_fallback; ?>I am not a PHP guy, although I can usually figure out how to modify existing code to fit my own needs. But in this case I have to ask: what kind of black magic is this?!Correct me if I am mistaken, but this one function is responsible for displaying:a) Date Created on Open Tickets pageb) Last Response on Answered Tickets pagec) Due Date on Overdue Tickets page andd) Date Closed on Closed Tickets page.Obviously I'm missing something. How can i show Due Date on Open Tickets page?