diff options
| author | Mitch Jackson <mitch@freeside.biz> | 2018-07-18 19:03:57 +0000 |
|---|---|---|
| committer | Mitch Jackson <mitch@freeside.biz> | 2018-07-18 19:03:57 +0000 |
| commit | 4c05e1c2e356908d926bfcd40ad8957a7dfe47bb (patch) | |
| tree | e03cf7f296bda0ecd578e974b0f0869942f79079 /httemplate/view | |
| parent | 8cd612ba6ddfda69ee5af2b557a943c73a5c95be (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, { |
