From a577a0afcc65d143a557410f578d6b496c0c3c8d Mon Sep 17 00:00:00 2001 From: Mark Wells Date: Sat, 28 Sep 2013 17:51:27 -0700 Subject: report showing phone number breakdown by state, #24789 --- httemplate/elements/menu.html | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'httemplate/elements/menu.html') diff --git a/httemplate/elements/menu.html b/httemplate/elements/menu.html index c5d8f27e5..25c0ef2f1 100644 --- a/httemplate/elements/menu.html +++ b/httemplate/elements/menu.html @@ -197,6 +197,10 @@ foreach my $svcdb ( FS::part_svc->svc_tables() ) { [ $fsurl. 'search/report_svc_phone_usage.html', 'Total usage (minutes, and amount billed) for the specified time period, per phone number.', ]; + $report_svc{"${name} by state"} = + [ $fsurl. 'search/phone_state.html', + 'Current or historical phone services broken down by state.', + ]; } -- cgit v1.2.1