diff options
Diffstat (limited to 'httemplate/view')
-rw-r--r-- | httemplate/view/cust_main/contacts.html | 5 |
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') || ' ' %> + <% $cust_main->masked('ss') || ' ' %> % if ( % $cust_main->ss -% && !$conf->exists('unmask_ss') % && $FS::CurrentUser::CurrentUser->access_right('Unmask customer SSN') % ) { <& /elements/link-replace_element_text.html, { |