X-Git-Url: http://git.freeside.biz/gitweb/?a=blobdiff_plain;f=httemplate%2Fedit%2Fcust_main%2Fname.html;h=0319cf0276002fc820ad964a172fe4d76c5c17db;hb=07ed221540128b8c75f4cb5a2af1e01b25fa8e18;hp=120475b92b4697828ab826e1a25501d560d8aa41;hpb=7bf6dafb0da4a525388a6f145dd0a904eddcec14;p=freeside.git diff --git a/httemplate/edit/cust_main/name.html b/httemplate/edit/cust_main/name.html index 120475b92..0319cf027 100644 --- a/httemplate/edit/cust_main/name.html +++ b/httemplate/edit/cust_main/name.html @@ -5,7 +5,6 @@ % if ( % $value % && ref $unmask_field -% && !$unmask_field->{unmask_ss} % && $FS::CurrentUser::CurrentUser->access_right( $unmask_field->{access_right} ) % ) { <& /elements/link-replace_element_text.html, { @@ -28,7 +27,6 @@ target_id => 'ss', replace_text => $cust_main->ss, access_right => 'Unmask customer SSN', - unmask_ss => $conf->exists('unmask_ss'), } &> % } else { @@ -63,7 +61,7 @@ my $agentnum = $cust_main->agentnum if $cust_main->custnum; my $conf = FS::Conf->new; my $ss; -if ( $cgi->param('error') or $conf->exists('unmask_ss') ) { +if ( $cgi->param('error') ) { $ss = $cust_main->ss; } else { $ss = $cust_main->masked('ss');