X-Git-Url: http://git.freeside.biz/gitweb/?a=blobdiff_plain;f=httemplate%2Felements%2Fmenu.html;h=58a7d5783b85e1061077631d5ae69a8323505adf;hb=7d80f005462758e0271215240cdf99a9336f03dd;hp=752c312c13e466f69a2f685c4967220c8b24fdfe;hpb=21c46e9e4af497f692dc95b171bf9f6d3f9c66e5;p=freeside.git diff --git a/httemplate/elements/menu.html b/httemplate/elements/menu.html index 752c312c1..58a7d5783 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' ]