[freeside-commits] freeside/httemplate/elements menu.html, 1.94, 1.95
Mark Wells
mark at wavetail.420.am
Wed Aug 18 10:04:55 PDT 2010
Update of /home/cvs/cvsroot/freeside/httemplate/elements
In directory wavetail.420.am:/tmp/cvs-serv15122/httemplate/elements
Modified Files:
menu.html
Log Message:
Suspension/unsuspension report, RT#8464
Index: menu.html
===================================================================
RCS file: /home/cvs/cvsroot/freeside/httemplate/elements/menu.html,v
retrieving revision 1.94
retrieving revision 1.95
diff -u -w -d -r1.94 -r1.95
--- menu.html 9 Aug 2010 01:03:48 -0000 1.94
+++ menu.html 18 Aug 2010 17:04:52 -0000 1.95
@@ -209,6 +209,7 @@
$report_packages{'All customer packages'} = [ $fsurl.'search/cust_pkg.cgi?pkgnum', 'List all customer packages', ];
$report_packages{'Package summary'} = [ $fsurl.'search/cust_pkg_summary.html', 'Show package sales summary', ];
$report_packages{'Suspended customer packages'} = [ $fsurl.'search/cust_pkg.cgi?magic=suspended', 'List suspended packages' ];
+$report_packages{'Suspension summary'} = [ $fsurl.'search/cust_pkg_susp.html', 'Show suspension activity', ];
$report_packages{'Customer packages with unconfigured services'} = [ $fsurl.'search/cust_pkg.cgi?APKG_pkgnum', 'List packages which have provisionable services' ];
$report_packages{'FCC Form 477 packages'} = [ $fsurl.'search/report_477.html', 'Summarize packages by census tract for particular types' ]
if $conf->exists('cust_main-require_censustract');
More information about the freeside-commits
mailing list