default status after answer
Moderator: mkoch227
default status after answer
If I answer to a ticket and send the message it get the status "replied". is it possible to set it to "waitingreply" by default without choosing "send as" -> waiting reply ?
Re: default status after answer
Change to in admin/admin_reply_ticket.php
Code: Select all
$new_status = 2;
Code: Select all
$new_status = 1;
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