Browse Source

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

Martin Edenhofer 13 years ago
parent
commit
1e43bde447
1 changed files with 2 additions and 1 deletions
  1. 2 1
      app/models/ticket/observer/notification.rb

+ 2 - 1
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