how to set status after customer answer

Helpdesk for my helpdesk software

Moderator: mkoch227

Post Reply
xep22
Posts: 32
Joined: Fri Jan 28, 2022 10:07 pm

how to set status after customer answer

Post by xep22 »

hello,

how do i set what status a ticket should receive after a customer has responded to it ?
Klemen
Site Admin
Posts: 10142
Joined: Fri Feb 11, 2005 4:04 pm

Re: how to set status after customer answer

Post by Klemen »

Look into reply_ticket.php, the $ticket['status'] contains the status.

Make sure you document your changes thoroughly (or use versioning software such as Git) or you will have a hard time upgrading your help desk with all the changes.
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
xep22
Posts: 32
Joined: Fri Jan 28, 2022 10:07 pm

Re: how to set status after customer answer

Post by xep22 »

thanks
Post Reply