report

Helpdesk for my helpdesk software

Moderator: mkoch227

Post Reply
tay
Posts: 1
Joined: Fri Feb 24, 2023 7:32 pm

report

Post by tay »

Good afternoon, could someone help me? I would like to know how to make the "responded" stay in the "resolved" tab of the report, as it is staying in "open".

https://drive.google.com/file/d/1jJyxhR ... share_link
Klemen
Site Admin
Posts: 10142
Joined: Fri Feb 11, 2005 4:04 pm

Re: report

Post by Klemen »

You will have to edit the reports.php file manually to do that.

I didn't test it but replacing all instances of

Code: Select all

`status` = '3'
to

Code: Select all

`status` IN('2','3')
might do the trick.
Klemen, creator of HESK and PHPJunkyardWas this helpful? You can buy me a drink here Image

Image You should follow me on Twitter here

Help desk software | Cloud help desk | Guestbook | Link manager | Click counter | more PHP Scripts ...

Also browse for php hosting companies, read php books, find php resources and use webmaster tools
Post Reply