Hello everyone,I'm trying to find the piece of code that checks if a Ticket is overdue. The moment when the "isoverdue" column, on tickets table, is changed from 0 to 1.Is it when someone opens the Tickets panel? Can someone help me?

I think include\class.ticket.php.Look for $this->isoverdue = 1;

Write a Reply...