Fixed issue #986 - Zammad sends reply to itself.
This commit is contained in:
parent
a9a76ef0b7
commit
084ef3f50d
1 changed files with 1 additions and 2 deletions
|
@ -336,8 +336,7 @@ class App.TicketZoomArticleActions extends App.Controller
|
|||
articleNew.to = ticket.customer.email
|
||||
|
||||
else
|
||||
user = App.User.find(article.created_by_id)
|
||||
if article.sender.name is 'Agent' && !article.from.match(user.email)
|
||||
if article.sender.name is 'Agent'
|
||||
articleNew.to = article.to
|
||||
else
|
||||
if article.reply_to
|
||||
|
|
Loading…
Reference in a new issue