summaryrefslogtreecommitdiff
path: root/httemplate/elements
diff options
context:
space:
mode:
authorChristopher Burger <burgerc@freeside.biz>2017-08-01 17:36:05 -0400
committerChristopher Burger <burgerc@freeside.biz>2017-08-18 11:01:13 -0400
commit6943275936a1a21a60ad3fa0cad44418ed18f07f (patch)
treeb216e9cde3c4255105661a58b5f4f7bfe4f91628 /httemplate/elements
parent8e9c42dc0e0291bda72a4d87259ee5020e3634ef (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/elements')
-rw-r--r--httemplate/elements/contact.html2
1 files changed, 1 insertions, 1 deletions
diff --git a/httemplate/elements/contact.html b/httemplate/elements/contact.html
index 7d1f16082..faee7ead4 100644
--- a/httemplate/elements/contact.html
+++ b/httemplate/elements/contact.html
@@ -57,7 +57,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 %>