diff options
author | Mitch Jackson <mitch@freeside.biz> | 2018-01-28 02:41:17 -0600 |
---|---|---|
committer | Mitch Jackson <mitch@freeside.biz> | 2018-01-28 02:41:17 -0600 |
commit | 4747bfbea3f4abb66d05a2bd1abed69e28a4aa3d (patch) | |
tree | 646bcf2030c67ab96140c12a75b2266d55f9975f /httemplate/view | |
parent | 1a4faacda4f3affc6060e9f539bd3ae6c71408f7 (diff) |
RT# 73421 Fixed E-Mail pipeline to obey contact opt-in flags
Diffstat (limited to 'httemplate/view')
-rw-r--r-- | httemplate/view/cust_main/contacts_new.html | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/httemplate/view/cust_main/contacts_new.html b/httemplate/view/cust_main/contacts_new.html index a28b44934..fe412cc00 100644 --- a/httemplate/view/cust_main/contacts_new.html +++ b/httemplate/view/cust_main/contacts_new.html @@ -10,8 +10,8 @@ <%$th%>Contact</TH> <%$th%>Email</TH> <%$th%>Send invoices</TH> - <%$th%>Self-service</TH> <%$th%>Send messages</TH> + <%$th%>Self-service</TH> % foreach my $phone_type (@phone_type) { <%$th%><% $phone_type->typename |h %></TH> % } |