From 180dce3fb97569331accc27fb6061392e11b3efe Mon Sep 17 00:00:00 2001 From: levinse Date: Thu, 30 Dec 2010 23:03:52 +0000 Subject: add customer accounting summary report, RT10911 --- httemplate/elements/menu.html | 1 + 1 file changed, 1 insertion(+) (limited to 'httemplate/elements/menu.html') diff --git a/httemplate/elements/menu.html b/httemplate/elements/menu.html index 3c5ce23ef..19fe03c78 100644 --- a/httemplate/elements/menu.html +++ b/httemplate/elements/menu.html @@ -295,6 +295,7 @@ if($curuser->access_right('Financial reports')) { $report_financial{'Sales Tax Liability'} = [ $fsurl.'search/report_tax.html', 'Sales tax liability report (internal taxclass system)' ]; $report_financial{'Tax Liability'} = [ $fsurl.'search/report_newtax.html', 'Tax liability report (vendor data tax products system)' ] if $conf->exists('enable_taxproducts'); + $report_financial{'Customer Accounting Summary'} = [ $fsurl.'search/report_customer_accounting_summary.html', 'Customer accounting summary report' ]; } elsif($curuser->access_right('Receivables report')) { -- cgit v1.2.1