[freeside-commits] freeside/httemplate/elements menu.html, 1.100.2.9, 1.100.2.10
Erik Levinson
levinse at wavetail.420.am
Tue May 3 18:07:15 PDT 2011
Update of /home/cvs/cvsroot/freeside/httemplate/elements
In directory wavetail.420.am:/tmp/cvs-serv6714/httemplate/elements
Modified Files:
Tag: FREESIDE_2_1_BRANCH
menu.html
Log Message:
config to show payment history report, RT7694
Index: menu.html
===================================================================
RCS file: /home/cvs/cvsroot/freeside/httemplate/elements/menu.html,v
retrieving revision 1.100.2.9
retrieving revision 1.100.2.10
diff -u -w -d -r1.100.2.9 -r1.100.2.10
--- menu.html 13 Feb 2011 07:19:48 -0000 1.100.2.9
+++ menu.html 4 May 2011 01:07:13 -0000 1.100.2.10
@@ -277,6 +277,8 @@
$report_payments{'Payment Batches'} = [ $fsurl.'search/pay_batch.html', 'Payment batches (by status and/or date range)' ]
if $conf->exists('batch-enable') || $conf->config('batch-enable_payby');
$report_payments{'Unapplied Payment Aging'} = [ $fsurl.'search/report_unapplied_cust_pay.html', 'Unapplied payment aging report' ];
+$report_payments{'Deleted Payments / Payment history table'} = [ $fsurl.'search/report_h_cust_pay.html', 'Deleted payments / payment history table' ]
+ if $conf->exists('payment-history-report');
tie my %report_financial, 'Tie::IxHash';
if($curuser->access_right('Financial reports')) {
More information about the freeside-commits
mailing list