Page 1 of 1

Not changing the status upon sending a response by the support team.

Posted: Thu Jan 18, 2024 7:46 pm
by kos6rkn1
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?"

Re: Not changing the status upon sending a response by the support team.

Posted: Thu Jan 18, 2024 9:15 pm
by Klemen
I didn't test it, but you will likely need to change

Code: Select all

$new_status = 2;
to

Code: Select all

$new_status = $ticket['status'];
in file /admin/admin_reply_ticket.php