fix adv. customer search (i.e. no_censustract, RT#15381)
[freeside.git] / FS / FS / Conf.pm
index d5dc9c6..9d81b75 100644 (file)
@@ -1996,6 +1996,14 @@ and customer address. Include units.',
     'type'        => 'text',
   },
 
+  {
+    'key'         => 'signup_server-terms_of_service',
+    'section'     => 'self-service',
+    'description' => 'Terms of Service for the signup server.  May contain HTML.',
+    'type'        => 'textarea',
+    'per_agent'   => 1,
+  },
+
   {
     'key'         => 'selfservice_server-base_url',
     'section'     => 'self-service',