summaryrefslogtreecommitdiff
path: root/FS
diff options
context:
space:
mode:
authorivan <ivan>2002-02-10 02:28:28 +0000
committerivan <ivan>2002-02-10 02:28:28 +0000
commitb4bce0bf487b4ee3620e13f1fdf56ecc1d001a42 (patch)
treeac31dd32bd6301bbfd830cf9c1de9da288032b54 /FS
parentc828daa905491e65deb30a2ed34af609cdb96b99 (diff)
hide SS# unless you turn it on via config file
Diffstat (limited to 'FS')
-rw-r--r--FS/FS/Conf.pm7
1 files changed, 7 insertions, 0 deletions
diff --git a/FS/FS/Conf.pm b/FS/FS/Conf.pm
index da6bf72ce..20ec1380e 100644
--- a/FS/FS/Conf.pm
+++ b/FS/FS/Conf.pm
@@ -723,6 +723,13 @@ httemplate/docs/config.html
'type' => 'checkbox',
},
+ {
+ 'key' => 'show_ss',
+ 'section' => 'UI',
+ 'description' => 'Turns on display/collection of SS# in the web interface.',
+ 'type' => 'checkbox',
+ },
+
);
1;