summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorChristopher Burger <burgerc@freeside.biz>2017-08-01 17:36:05 -0400
committerChristopher Burger <burgerc@freeside.biz>2017-08-01 17:36:05 -0400
commit74dcfa11ddacefb8349a2811525f704284b13b2b (patch)
treee3ebd2246a33c4011f2827a01416f1f80c8b902a
parentcbd61e030fc33f1b858aa874fc25e138d797b4f7 (diff)
RT# 75817 - fixed bug to only send email out to contact that is being enabled not to all enabled contacts
-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 %>