[freeside-commits] freeside/FS/FS Conf.pm,1.284,1.285

Ivan,,, ivan at wavetail.420.am
Mon May 25 18:35:18 PDT 2009


Update of /home/cvs/cvsroot/freeside/FS/FS
In directory wavetail.420.am:/tmp/cvs-serv7186/FS/FS

Modified Files:
	Conf.pm 
Log Message:
add a config option for some basic tax grouping by name, RT#5446

Index: Conf.pm
===================================================================
RCS file: /home/cvs/cvsroot/freeside/FS/FS/Conf.pm,v
retrieving revision 1.284
retrieving revision 1.285
diff -u -d -r1.284 -r1.285
--- Conf.pm	20 May 2009 15:27:17 -0000	1.284
+++ Conf.pm	26 May 2009 01:35:16 -0000	1.285
@@ -1380,7 +1380,7 @@
   {
     'key'         => 'selfservice_server-base_url',
     'section'     => '',
-    'description' => 'Base URL for the self-service web interface - necessary for special provisioning widgets to find their way.',
+    'description' => 'Base URL for the self-service web interface - necessary for some widgets to find their way, including retrieval of non-US state information and phone number provisioning.',
     'type'        => 'text',
   },
 
@@ -2802,6 +2802,13 @@
     'type'        => 'text',
   },
 
+  {
+    'key'         => 'tax-report_groups',
+    'section'     => '',
+    'description' => 'List of grouping possibilities for tax names on reports, one per line, "label op value" (op can be = or !=).',
+    'type'        => 'textarea',
+  },
+
 );
 
 1;



More information about the freeside-commits mailing list