[freeside-commits] branch master updated. 74dcfa11ddacefb8349a2811525f704284b13b2b
Christopher Burger
burgerc at 420.am
Tue Aug 1 14:36:40 PDT 2017
The branch, master has been updated
via 74dcfa11ddacefb8349a2811525f704284b13b2b (commit)
from cbd61e030fc33f1b858aa874fc25e138d797b4f7 (commit)
Those revisions listed above that are new to this repository have
not appeared on any other notification email; so we list those
revisions in full, below.
- Log -----------------------------------------------------------------
commit 74dcfa11ddacefb8349a2811525f704284b13b2b
Author: Christopher Burger <burgerc at freeside.biz>
Date: Tue Aug 1 17:36:05 2017 -0400
RT# 75817 - fixed bug to only send email out to contact that is being enabled not to all enabled contacts
diff --git a/httemplate/elements/contact.html b/httemplate/elements/contact.html
index 7d1f160..faee7ea 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 %>
-----------------------------------------------------------------------
Summary of changes:
httemplate/elements/contact.html | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
More information about the freeside-commits
mailing list