hi
anyone know how to do in order to maintain the state of the ticket when responding to it and that does not change replied
for example, if the ticket status is "NEW" to maintain their new status after being answered and that does not change
thank you very much
need not change the status automatically when replying ticke
Moderator: mkoch227
Re: need not change the status automatically when replying t
If you want customer replies to not change status you would delete this exact code from "reply_ticket.php" and "inc/pipe_functions.inc.php"
If you want staff replies to not change status, then delete this from "admin/admin_reply_ticket.php"
Code: Select all
`status`='{$ticket['status']}',
Code: Select all
`status`='{$new_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
Re: need not change the status automatically when replying t
Oh..thx a lot.
I will try today.
I will try today.

Re: need not change the status automatically when replying t
works perfectly, thank you very much for the prompt reply: D