[freeside-commits] freeside/FS/FS Conf.pm,1.484,1.485

Ivan,,, ivan at wavetail.420.am
Mon Nov 7 20:17:04 PST 2011


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

Modified Files:
	Conf.pm 
Log Message:
selfservice-hide_invoices-pkgclass and add pkg_status to ClientAPI list_svcs, RT#13656

Index: Conf.pm
===================================================================
RCS file: /home/cvs/cvsroot/freeside/FS/FS/Conf.pm,v
retrieving revision 1.484
retrieving revision 1.485
diff -u -w -d -r1.484 -r1.485
--- Conf.pm	30 Oct 2011 23:28:15 -0000	1.484
+++ Conf.pm	8 Nov 2011 04:17:02 -0000	1.485
@@ -2485,6 +2485,13 @@
   },
 
   {
+    'key'         => 'selfservice-hide_invoices-taxclass',
+    'section'     => 'self-service',
+    'description' => 'Hide invoices with only this package tax class from self-service.  Typically set to something like "Previous balance" and used when importing legacy invoices into legacy_cust_bill.',
+    'type'        => 'text',
+  },
+
+  {
     'key'         => 'selfservice-recent-did-age',
     'section'     => 'self-service',
     'description' => 'If specified, defines "recent", in number of seconds, for "Download recently allocated DIDs" in self-service.',



More information about the freeside-commits mailing list