diff options
author | Ivan Kohler <ivan@freeside.biz> | 2017-04-27 13:42:01 -0700 |
---|---|---|
committer | Ivan Kohler <ivan@freeside.biz> | 2017-04-27 13:42:01 -0700 |
commit | c6067e5ce005117ee3239eb00de0adc58efa4ee5 (patch) | |
tree | 6dbfaaa13a286fe883d285d8d2a73fdbfdd5efe7 /httemplate/elements | |
parent | 6d922e31555a5888a1c070ea403e5d80608d357c (diff) |
customer referral report, RT#75757
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 07dc6990c..33867770d 100644 --- a/httemplate/elements/menu.html +++ b/httemplate/elements/menu.html @@ -129,6 +129,7 @@ $report_customers_lists{'by active trouble tickets'} = [ $fsurl. 'search/cust_ma 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'); +$report_customers_lists{'with referrals'} = [ $fsurl. 'search/cust_main.html?with_referrals=1' ]; tie my %report_customers, 'Tie::IxHash'; $report_customers{'List customers'} = [ \%report_customers_lists, 'List customers' ] |