Page 1 of 1

report

Posted: Fri Feb 24, 2023 7:58 pm
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

Re: report

Posted: Sat Feb 25, 2023 8:22 am
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.