[freeside-commits] freeside/FS/FS Conf.pm,1.468.2.16,1.468.2.17

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


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

Modified Files:
      Tag: FREESIDE_2_3_BRANCH
	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.468.2.16
retrieving revision 1.468.2.17
diff -u -w -d -r1.468.2.16 -r1.468.2.17
--- Conf.pm	30 Oct 2011 23:28:25 -0000	1.468.2.16
+++ Conf.pm	8 Nov 2011 04:17:09 -0000	1.468.2.17
@@ -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