summaryrefslogtreecommitdiff
path: root/FS/FS/Conf.pm
diff options
context:
space:
mode:
authorMitch Jackson <mitch@freeside.biz>2018-07-17 22:14:07 -0500
committerMitch Jackson <mitch@freeside.biz>2018-07-17 22:14:07 -0500
commit2082afa31ef1e98cf2afbc7d8365935f92cc61d0 (patch)
tree289861e19d4168d0e15cd3d6ac3d6c355e708ddc /FS/FS/Conf.pm
parent07bf36bccc4979b12db49b0f71524de4296f3717 (diff)
RT# 32234 Change unmask_ss from global conf to group access right
Diffstat (limited to 'FS/FS/Conf.pm')
-rw-r--r--FS/FS/Conf.pm2
1 files changed, 1 insertions, 1 deletions
diff --git a/FS/FS/Conf.pm b/FS/FS/Conf.pm
index bac6a76..bd544c9 100644
--- a/FS/FS/Conf.pm
+++ b/FS/FS/Conf.pm
@@ -2169,7 +2169,7 @@ and customer address. Include units.',
{
'key' => 'unmask_ss',
- 'section' => 'e-checks',
+ 'section' => 'deprecated',
'description' => "Don't mask social security numbers in the web interface.",
'type' => 'checkbox',
},