Page 1 of 1

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

Posted: Tue Nov 05, 2013 6:50 pm
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! :-)

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

Posted: Wed Nov 06, 2013 8:34 am
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.

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

Posted: Wed Nov 06, 2013 11:06 am
by bastiaan.c
Thanks Klemen!!!! :) :) :)