Disable customer notifications for new emails. Need to move this feature to database.

This commit is contained in:
Martin Edenhofer 2012-04-13 18:43:05 +02:00
parent 01bbaed034
commit 1e43bde447

View file

@ -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