summaryrefslogtreecommitdiff
path: root/httemplate/view
diff options
context:
space:
mode:
authorMitch Jackson <mitch@freeside.biz>2018-07-18 19:03:57 +0000
committerMitch Jackson <mitch@freeside.biz>2018-07-18 14:12:31 -0500
commite8740b7c8f772508c0a393d3c0de2b3c8531280d (patch)
tree4f88e1692d98cbadb4f0fc0835edb130f08d6ee5 /httemplate/view
parent85aeb9ff889959bb3f6c91e318ef856833efd504 (diff)
RT# 32234 unmask_ss deprecated - drop from templates
Diffstat (limited to 'httemplate/view')
-rw-r--r--httemplate/view/cust_main/contacts.html5
1 files changed, 1 insertions, 4 deletions
diff --git a/httemplate/view/cust_main/contacts.html b/httemplate/view/cust_main/contacts.html
index 11efcd568..efcf48ecc 100644
--- a/httemplate/view/cust_main/contacts.html
+++ b/httemplate/view/cust_main/contacts.html
@@ -31,12 +31,9 @@
<TH ALIGN="right"><% mt('SS#') |h %></TH>
<TD>
<span id="ss_span" style="white-space:nowrap;">
- <% $conf->exists('unmask_ss')
- ? $cust_main->ss
- : $cust_main->masked('ss') || '&nbsp;' %>
+ <% $cust_main->masked('ss') || '&nbsp;' %>
% if (
% $cust_main->ss
-% && !$conf->exists('unmask_ss')
% && $FS::CurrentUser::CurrentUser->access_right('Unmask customer SSN')
% ) {
<& /elements/link-replace_element_text.html, {