diff options
| author | Ivan Kohler <ivan@freeside.biz> | 2017-04-27 13:41:59 -0700 |
|---|---|---|
| committer | Ivan Kohler <ivan@freeside.biz> | 2017-04-27 13:41:59 -0700 |
| commit | d3ccf0b542d3b23f5bd851cdf1edbbc0de81f0b6 (patch) | |
| tree | 82622688735c8c6687c141d71c1f0f2d49453826 /httemplate/elements | |
| parent | 76ab8e3f6ebd579b2bf9804528b55189d47f77bc (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 fb1dd0626..0e0170f42 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' ] |
