[freeside-commits] freeside/httemplate/elements menu.html, 1.68.2.10, 1.68.2.11
Mark Wells
mark at wavetail.420.am
Wed Aug 18 10:05:17 PDT 2010
Update of /home/cvs/cvsroot/freeside/httemplate/elements
In directory wavetail.420.am:/tmp/cvs-serv15252/httemplate/elements
Modified Files:
Tag: FREESIDE_1_9_BRANCH
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.68.2.10
retrieving revision 1.68.2.11
diff -u -w -d -r1.68.2.10 -r1.68.2.11
--- menu.html 13 Aug 2010 02:40:22 -0000 1.68.2.10
+++ menu.html 18 Aug 2010 17:05:15 -0000 1.68.2.11
@@ -181,6 +181,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