summaryrefslogtreecommitdiff
path: root/httemplate/view
diff options
context:
space:
mode:
authorMitch Jackson <mitch@freeside.biz>2018-01-28 02:41:17 -0600
committerMitch Jackson <mitch@freeside.biz>2018-01-28 02:41:17 -0600
commit4747bfbea3f4abb66d05a2bd1abed69e28a4aa3d (patch)
tree646bcf2030c67ab96140c12a75b2266d55f9975f /httemplate/view
parent1a4faacda4f3affc6060e9f539bd3ae6c71408f7 (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.html2
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>
% }