[freeside-commits] freeside/FS/FS Conf.pm,1.392,1.393

Mark Wells mark at wavetail.420.am
Mon Oct 25 15:22:43 PDT 2010


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

Modified Files:
	Conf.pm 
Log Message:
summary display of bulk packages with many services, RT#9821

Index: Conf.pm
===================================================================
RCS file: /home/cvs/cvsroot/freeside/FS/FS/Conf.pm,v
retrieving revision 1.392
retrieving revision 1.393
diff -u -w -d -r1.392 -r1.393
--- Conf.pm	22 Oct 2010 22:15:42 -0000	1.392
+++ Conf.pm	25 Oct 2010 22:22:41 -0000	1.393
@@ -2632,6 +2632,13 @@
   },
 
   {
+    'key'         => 'cust_pkg-large_pkg_size',
+    'section'     => 'UI',
+    'description' => "In customer view, summarize packages with more than this many services.  Set to zero to never summarize packages.",
+    'type'        => 'text',
+  },
+
+  {
     'key'         => 'svc_acct-edit_uid',
     'section'     => 'shell',
     'description' => 'Allow UID editing.',



More information about the freeside-commits mailing list