summaryrefslogtreecommitdiff
path: root/httemplate/view/cust_main/contacts.html
diff options
context:
space:
mode:
Diffstat (limited to 'httemplate/view/cust_main/contacts.html')
-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, {