diff options
author | levinse <levinse> | 2011-05-04 05:44:29 +0000 |
---|---|---|
committer | levinse <levinse> | 2011-05-04 05:44:29 +0000 |
commit | 88f4b0463e6aadfb852be4330d049a210f6e1962 (patch) | |
tree | b09252b9900bc109ed4ca46597881f1e7b5f29f5 /httemplate/elements | |
parent | 59cd694a36481cd7445d7ad43c05854ee98f9059 (diff) |
add USPS-unvalidated customer addresses report, RT12402
Diffstat (limited to 'httemplate/elements')
-rw-r--r-- | httemplate/elements/menu.html | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/httemplate/elements/menu.html b/httemplate/elements/menu.html index 6e652672a..ffc35297d 100644 --- a/httemplate/elements/menu.html +++ b/httemplate/elements/menu.html @@ -88,6 +88,8 @@ tie my %report_customers_lists, 'Tie::IxHash', ; $report_customers_lists{'by active trouble tickets'} = [ $fsurl. 'search/cust_main.cgi?browse=tickets', '' ] if $conf->config('ticket_system'); +$report_customers_lists{'with USPS-unvalidated addresses'} = [ $fsurl. 'search/cust_main.cgi?browse=uspsunvalid', '' ] + if $conf->config('usps_webtools-userid') && $conf->config('usps_webtools-password'); tie my %report_customers_search, 'Tie::IxHash'; $report_customers_search{'by ordering employee'} = [ $fsurl. 'search/cust_main-otaker.cgi' ] |