hide SS# unless you turn it on via config file
[freeside.git] / FS / FS / Conf.pm
index da6bf72..20ec138 100644 (file)
@@ -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;