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
report
Moderator: mkoch227
Re: report
You will have to edit the reports.php file manually to do that.
I didn't test it but replacing all instances of
to
might do the trick.
I didn't test it but replacing all instances of
Code: Select all
`status` = '3'
Code: Select all
`status` IN('2','3')
Klemen, creator of HESK and PHPJunkyardWas this helpful? You can buy me a drink here 
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


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