diff options
| author | Mitch Jackson <mitch@freeside.biz> | 2018-01-28 02:41:17 -0600 |
|---|---|---|
| committer | Mitch Jackson <mitch@freeside.biz> | 2018-09-25 22:36:05 -0400 |
| commit | 087d74f7289c302b7b79a97df4ae0f354ef45922 (patch) | |
| tree | 7e819e931760b74fac501c41ae8dd704dd60be44 /httemplate/view | |
| parent | 774a522ebf772f28ccf3b19f531e2424c62fcc0f (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 45187b1ad..9252b2197 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> % } |
