need not change the status automatically when replying ticke

Everything related to Hesk - helpdesk software

Moderator: mkoch227

Post Reply
conex
Posts: 16
Joined: Mon Sep 30, 2013 9:27 am

need not change the status automatically when replying ticke

Post by conex »

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

Re: need not change the status automatically when replying t

Post by Klemen »

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"

Code: Select all

`status`='{$ticket['status']}',
If you want staff replies to not change status, then delete this from "admin/admin_reply_ticket.php"

Code: Select all

`status`='{$new_status}',
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
conex
Posts: 16
Joined: Mon Sep 30, 2013 9:27 am

Re: need not change the status automatically when replying t

Post by conex »

Oh..thx a lot.
I will try today. :)
conex
Posts: 16
Joined: Mon Sep 30, 2013 9:27 am

Re: need not change the status automatically when replying t

Post by conex »

works perfectly, thank you very much for the prompt reply: D
Post Reply