summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMark Wells <mark@freeside.biz>2013-05-24 18:12:35 -0700
committerMark Wells <mark@freeside.biz>2013-05-24 18:12:35 -0700
commitb1125e2124009bffe9946e7b31d4ba1beb58f83e (patch)
tree44a49eab7911ea9d03ee3e37ba8f0c65aa0a5bc8
parente6210bad824b2efc0a2d54abe8fc79093e7cc5ed (diff)
E911 fee summary, #23056
-rw-r--r--httemplate/elements/menu.html3
1 files changed, 3 insertions, 0 deletions
diff --git a/httemplate/elements/menu.html b/httemplate/elements/menu.html
index 044426b7f..aff55484a 100644
--- a/httemplate/elements/menu.html
+++ b/httemplate/elements/menu.html
@@ -358,6 +358,9 @@ if( $curuser->access_right('Financial reports') ) {
$report_financial{'Tax Liability (vendor tax data)'} = [ $fsurl.'search/report_newtax.html', 'Tax liability report (vendor tax data)' ]
if $taxproducts;
+ # most sites don't need this but there isn't really a config to enable it
+ $report_financial{'E911 Fee Summary'} = [ $fsurl.'search/report_e911.html', 'E911 fee summary' ];
+
$report_financial{'Customer Accounting Summary'} = [ $fsurl.'search/report_customer_accounting_summary.html', 'Customer accounting summary report' ];
} elsif($curuser->access_right('Receivables report')) {