diff options
author | Christopher Burger <burgerc@freeside.biz> | 2017-08-01 17:36:05 -0400 |
---|---|---|
committer | Christopher Burger <burgerc@freeside.biz> | 2017-08-18 13:09:55 -0400 |
commit | 64f8904fc5f6d1d4314d76e61a3b250c2fc18805 (patch) | |
tree | d2ba4b850e8e49e233a02e25a84e6e95bd1b15cb /httemplate | |
parent | ec8a6d7d6c309c1d452f690cc0f3f70b8da2e3be (diff) |
RT# 75817 - fixed bug to only send email out to contact that is being enabled not to all enabled contacts
Diffstat (limited to 'httemplate')
-rw-r--r-- | httemplate/elements/contact.html | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/httemplate/elements/contact.html b/httemplate/elements/contact.html index 905d3d87d..678193516 100644 --- a/httemplate/elements/contact.html +++ b/httemplate/elements/contact.html @@ -53,7 +53,7 @@ > <OPTION VALUE="">Disabled % if ( $value || $self_base_url ) { - <OPTION VALUE="E" <% $value eq 'Y' ? 'SELECTED' : '' %>>Enabled + <OPTION VALUE="<% $value eq 'Y' ? 'Y' : 'E' %>" <% $value eq 'Y' ? 'SELECTED' : '' %>>Enabled % if ( $value eq 'Y' && $self_base_url ) { <OPTION VALUE="R">Re-email <OPTION VALUE="P"><% $pwd_change_label %> |