[freeside-commits] branch master updated. b1125e2124009bffe9946e7b31d4ba1beb58f83e
Mark Wells
mark at 420.am
Fri May 24 18:14:03 PDT 2013
The branch, master has been updated
via b1125e2124009bffe9946e7b31d4ba1beb58f83e (commit)
from e6210bad824b2efc0a2d54abe8fc79093e7cc5ed (commit)
Those revisions listed above that are new to this repository have
not appeared on any other notification email; so we list those
revisions in full, below.
- Log -----------------------------------------------------------------
commit b1125e2124009bffe9946e7b31d4ba1beb58f83e
Author: Mark Wells <mark at freeside.biz>
Date: Fri May 24 18:12:35 2013 -0700
E911 fee summary, #23056
diff --git a/httemplate/elements/menu.html b/httemplate/elements/menu.html
index 044426b..aff5548 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')) {
-----------------------------------------------------------------------
Summary of changes:
httemplate/elements/menu.html | 3 +++
1 files changed, 3 insertions(+), 0 deletions(-)
More information about the freeside-commits
mailing list