From 1e43bde4476853e8a95b07d12f62d14fe07e844d Mon Sep 17 00:00:00 2001 From: Martin Edenhofer Date: Fri, 13 Apr 2012 18:43:05 +0200 Subject: [PATCH] Disable customer notifications for new emails. Need to move this feature to database. --- app/models/ticket/observer/notification.rb | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/app/models/ticket/observer/notification.rb b/app/models/ticket/observer/notification.rb index 983a9f3f8..762d6485c 100644 --- a/app/models/ticket/observer/notification.rb +++ b/app/models/ticket/observer/notification.rb @@ -163,7 +163,8 @@ From: #{ticket.articles[-1].from} # customer elsif data[:recipient] == 'customer' if ticket.customer_id != 1 - recipients.push ticket.customer +# temporarily disabled +# recipients.push ticket.customer end # owner or group of agents to work on