[freeside-commits] freeside/httemplate/elements menu.html, 1.114, 1.115
Erik Levinson
levinse at wavetail.420.am
Tue May 3 18:07:12 PDT 2011
Update of /home/cvs/cvsroot/freeside/httemplate/elements
In directory wavetail.420.am:/tmp/cvs-serv6705/httemplate/elements
Modified Files:
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.114
retrieving revision 1.115
diff -u -w -d -r1.114 -r1.115
--- menu.html 27 Apr 2011 08:31:01 -0000 1.114
+++ menu.html 4 May 2011 01:07:10 -0000 1.115
@@ -297,6 +297,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