Don't send email notification of this reply to the customer

Everything related to Hesk - helpdesk software

Moderator: mkoch227

Post Reply
bastiaan.c
Posts: 142
Joined: Sat Jun 22, 2013 9:24 pm

Don't send email notification of this reply to the customer

Post by bastiaan.c »

Hi, I use the feature "Don't send email notification of this reply to the customer"

But: Now it is not "clicked" standard

I would like to have it filled in by default.

What do I have to change. Can you give me some code to replace?

Thanks for all you do! :-)
Klemen
Site Admin
Posts: 10136
Joined: Fri Feb 11, 2005 4:04 pm

Re: Don't send email notification of this reply to the custo

Post by Klemen »

Hi,

In admin/admin_ticket.php change

Code: Select all

name="no_notify"
to

Code: Select all

name="no_notify" checked="checked"
That should do the trick.
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
bastiaan.c
Posts: 142
Joined: Sat Jun 22, 2013 9:24 pm

Re: Don't send email notification of this reply to the custo

Post by bastiaan.c »

Thanks Klemen!!!! :) :) :)
Post Reply