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

Helpdesk for my helpdesk software

Moderator: mkoch227

Post Reply
kos6rkn1
Posts: 3
Joined: Sun Jan 14, 2024 9:19 pm

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

Post 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?"
Klemen
Site Admin
Posts: 10139
Joined: Fri Feb 11, 2005 4:04 pm

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

Post 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
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