freeside/FS/FS Conf.pm,1.116,1.117

ivan ivan at pouncequick.420.am
Mon Dec 13 01:18:22 PST 2004


Update of /home/cvs/cvsroot/freeside/FS/FS
In directory pouncequick:/tmp/cvs-serv26925/FS/FS

Modified Files:
	Conf.pm 
Log Message:
add config option for address2 search, closes: Bug#1022

Index: Conf.pm
===================================================================
RCS file: /home/cvs/cvsroot/freeside/FS/FS/Conf.pm,v
retrieving revision 1.116
retrieving revision 1.117
diff -u -d -r1.116 -r1.117
--- Conf.pm	11 Dec 2004 07:50:35 -0000	1.116
+++ Conf.pm	13 Dec 2004 09:13:27 -0000	1.117
@@ -1370,6 +1370,13 @@
     'type'        => 'checkbox',
   },
 
+  {
+    'key'         => 'address2-search',
+    'section'     => 'UI',
+    'description' => 'Enable a "Unit" search box which searches the second address field',
+    'type'        => 'checkbox',
+  },
+
 );
 
 1;




More information about the freeside-commits mailing list