summaryrefslogtreecommitdiff
path: root/httemplate/elements/menu.html
diff options
context:
space:
mode:
authorMark Wells <mark@freeside.biz>2013-09-28 17:52:54 -0700
committerMark Wells <mark@freeside.biz>2013-09-28 17:52:54 -0700
commitc1285aad3e79b4fd9312002cd03c0bdc325acc25 (patch)
treeb6989a318f1c1b9642b310f36eead2d458ddb802 /httemplate/elements/menu.html
parenteb3bd392a89b8b666dc512951e78913c05b98810 (diff)
report showing phone number breakdown by state, #24789
Diffstat (limited to 'httemplate/elements/menu.html')
-rw-r--r--httemplate/elements/menu.html4
1 files changed, 4 insertions, 0 deletions
diff --git a/httemplate/elements/menu.html b/httemplate/elements/menu.html
index edb5e8159..c8fe5f2e8 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.',
+ ];
}