diff options
author | Mark Wells <mark@freeside.biz> | 2016-08-18 12:42:52 -0700 |
---|---|---|
committer | Mark Wells <mark@freeside.biz> | 2016-08-18 12:43:18 -0700 |
commit | 3eeac0c6976d3d49916b41f339f546e3c558b20d (patch) | |
tree | f82d4b19d4a6e897a74e5c95d64257cb03469744 /httemplate/elements | |
parent | a846aefc07208e8c4c0b0f223b90918828ce2bb4 (diff) |
report on contract end dates, #71964
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 c96f5d8bb..582dda622 100644 --- a/httemplate/elements/menu.html +++ b/httemplate/elements/menu.html @@ -274,6 +274,7 @@ $report_packages{'Suspension summary'} = [ $fsurl.'search/cust_pkg_susp.html', ' $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'} = [ $fsurl.'search/report_477.html' ] if $conf->exists('part_pkg-show_fcc_options'); +$report_packages{'Contract end dates'} = [ $fsurl.'search/cust_pkg-date.html?date=contract_end', 'Show packages by contract end date' ]; $report_packages{'Advanced package reports'} = [ $fsurl.'search/report_cust_pkg.html', 'by agent, date range, status, package definition' ]; tie my %report_inventory, 'Tie::IxHash', |