Disable customer notifications for new emails. Need to move this feature to database.
This commit is contained in:
parent
01bbaed034
commit
1e43bde447
1 changed files with 2 additions and 1 deletions
|
@ -163,7 +163,8 @@ From: #{ticket.articles[-1].from}
|
||||||
# customer
|
# customer
|
||||||
elsif data[:recipient] == 'customer'
|
elsif data[:recipient] == 'customer'
|
||||||
if ticket.customer_id != 1
|
if ticket.customer_id != 1
|
||||||
recipients.push ticket.customer
|
# temporarily disabled
|
||||||
|
# recipients.push ticket.customer
|
||||||
end
|
end
|
||||||
|
|
||||||
# owner or group of agents to work on
|
# owner or group of agents to work on
|
||||||
|
|
Loading…
Reference in a new issue