diff options
author | mark <mark> | 2010-08-18 17:04:53 +0000 |
---|---|---|
committer | mark <mark> | 2010-08-18 17:04:53 +0000 |
commit | 6f395d2ad7d042ded602185efa4ee8a4c2e7279e (patch) | |
tree | d8802df80d624c63c21fbf7a7690c8b25bb10c61 /httemplate/elements | |
parent | 64f9efad9014caf9f0395f60afd6a7a5fedd0490 (diff) |
Suspension/unsuspension report, RT#8464
Diffstat (limited to 'httemplate/elements')
-rw-r--r-- | httemplate/elements/menu.html | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/httemplate/elements/menu.html b/httemplate/elements/menu.html index 5c48e1c3f..7cd6f898c 100644 --- a/httemplate/elements/menu.html +++ b/httemplate/elements/menu.html @@ -209,6 +209,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'); |