[freeside-commits] freeside/FS/FS Conf.pm,1.397.2.44,1.397.2.45

Erik Levinson levinse at wavetail.420.am
Tue May 3 18:07:15 PDT 2011


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

Modified Files:
      Tag: FREESIDE_2_1_BRANCH
	Conf.pm 
Log Message:
config to show payment history report, RT7694

Index: Conf.pm
===================================================================
RCS file: /home/cvs/cvsroot/freeside/FS/FS/Conf.pm,v
retrieving revision 1.397.2.44
retrieving revision 1.397.2.45
diff -u -w -d -r1.397.2.44 -r1.397.2.45
--- Conf.pm	29 Apr 2011 15:07:44 -0000	1.397.2.44
+++ Conf.pm	4 May 2011 01:07:12 -0000	1.397.2.45
@@ -4372,6 +4372,12 @@
     'type'        => 'checkbox',
   },
 
+  {
+    'key'         => 'payment-history-report',
+    'section'     => 'UI',
+    'description' => 'Show a link to the payment history report in the Reports menu. DO NOT ENABLE THIS.',
+    'type'        => 'checkbox',
+  },
 
   { key => "apacheroot", section => "deprecated", description => "<b>DEPRECATED</b>", type => "text" },
   { key => "apachemachine", section => "deprecated", description => "<b>DEPRECATED</b>", type => "text" },



More information about the freeside-commits mailing list