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/edit/cust_main.cgi | |
| parent | 8cd612ba6ddfda69ee5af2b557a943c73a5c95be (diff) | |
RT# 32234 unmask_ss deprecated - drop from templates
Diffstat (limited to 'httemplate/edit/cust_main.cgi')
| -rwxr-xr-x | httemplate/edit/cust_main.cgi | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/httemplate/edit/cust_main.cgi b/httemplate/edit/cust_main.cgi index 05bf4377a..56c396271 100755 --- a/httemplate/edit/cust_main.cgi +++ b/httemplate/edit/cust_main.cgi @@ -286,7 +286,7 @@ if ( $cgi->param('error') ) { $cust_main->paycvv($paycvv); } @invoicing_list = $cust_main->invoicing_list; - $ss = $conf->exists('unmask_ss') ? $cust_main->ss : $cust_main->masked('ss'); + $ss = $cust_main->masked('ss'); $stateid = $cust_main->masked('stateid'); } else { #new customer |
