0

I want to display Open tickets only through Open tab ,currently Open tab includes overdue tickets as well. Please guide.

Thanks

ɐlǝx
  • 1,384
  • 2
  • 17
  • 22
sm hz
  • 51
  • 1
  • 2
  • 9

2 Answers2

1

Issue resolved.

I added the flag "&showoverdue=false" in the default case statement of switch in "tickets.inc.php" and its working fine now.

sm hz
  • 51
  • 1
  • 2
  • 9
0

I use this, in css file:

#subnav6.overdueTickets
{
   visibility:hidden !important;
   width: 0px !important;
   margin: 0px !important;
   padding: 0px !important;
}
ɐlǝx
  • 1,384
  • 2
  • 17
  • 22