Version of script: 3.4.3
"After sending a response in the submission, the status changes to 'response provided.' Is it possible to change this so that the status remains unchanged?"
Not changing the status upon sending a response by the support team.
Moderator: mkoch227
Re: Not changing the status upon sending a response by the support team.
I didn't test it, but you will likely need to change to in file /admin/admin_reply_ticket.php
Code: Select all
$new_status = 2;
Code: Select all
$new_status = $ticket['status'];
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