Skip to content
Snippets Groups Projects
Unverified Commit 17c7e1d1 authored by Hans Chen's avatar Hans Chen Committed by GitHub
Browse files

fix bug

not sending new ticket alert to account manager.
parent e3f6c6ac
No related branches found
No related tags found
No related merge requests found
......@@ -1385,7 +1385,7 @@ implements RestrictedAccess, Threadable {
}
// Account manager
if ($cfg->alertAcctManagerONNewMessage()
if ($cfg->alertAcctManagerONNewTicket()
&& ($org = $this->getOwner()->getOrganization())
&& ($acct_manager = $org->getAccountManager())
) {
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment