add config option for address2 search, closes: Bug#1022
[freeside.git] / FS / FS / Conf.pm
index f8dc7d9..b6c115d 100644 (file)
@@ -1370,6 +1370,13 @@ httemplate/docs/config.html
     'type'        => 'checkbox',
   },
 
+  {
+    'key'         => 'address2-search',
+    'section'     => 'UI',
+    'description' => 'Enable a "Unit" search box which searches the second address field',
+    'type'        => 'checkbox',
+  },
+
 );
 
 1;