diff options
author | Mitch Jackson <mitch@freeside.biz> | 2018-07-18 19:03:57 +0000 |
---|---|---|
committer | Mitch Jackson <mitch@freeside.biz> | 2018-07-18 14:12:31 -0500 |
commit | e8740b7c8f772508c0a393d3c0de2b3c8531280d (patch) | |
tree | 4f88e1692d98cbadb4f0fc0835edb130f08d6ee5 /httemplate/view | |
parent | 85aeb9ff889959bb3f6c91e318ef856833efd504 (diff) |
RT# 32234 unmask_ss deprecated - drop from templates
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, { |