summaryrefslogtreecommitdiff
path: root/httemplate/elements
diff options
context:
space:
mode:
authormark <mark>2010-08-18 17:05:15 +0000
committermark <mark>2010-08-18 17:05:15 +0000
commitca1c627880dd7f035ab0c9d59e8646705dd5ed49 (patch)
treefd20746b1714049e88dacde5aea04427f2a4abe6 /httemplate/elements
parent74b4068002a318228b327ef0709eda85811d6ab2 (diff)
Suspension/unsuspension report, RT#8464
Diffstat (limited to 'httemplate/elements')
-rw-r--r--httemplate/elements/menu.html1
1 files changed, 1 insertions, 0 deletions
diff --git a/httemplate/elements/menu.html b/httemplate/elements/menu.html
index 015aaf6f2..b31f2d700 100644
--- a/httemplate/elements/menu.html
+++ b/httemplate/elements/menu.html
@@ -181,6 +181,7 @@ if ( $curuser->access_right('Financial reports') ) {
$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');