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-18 18:09:33 +0000
commit81fe2b6311b181a32a81fa81fcccfff1c7d471d1 (patch)
tree190a37dda195780ff8562efc4aed2b928d0f5634 /FS/FS/Conf.pm
parentea2858e409d074c635288824300de542c7615862 (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 9bdd67f..1b25cb5 100644
--- a/FS/FS/Conf.pm
+++ b/FS/FS/Conf.pm
@@ -2193,7 +2193,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',
},