diff options
author | levinse <levinse> | 2010-12-30 23:03:50 +0000 |
---|---|---|
committer | levinse <levinse> | 2010-12-30 23:03:50 +0000 |
commit | 807f0570749e9093cbc82f6b11b3fa743b86b1db (patch) | |
tree | 6250b5ecc5b13da221afb266a4d467daa6397982 /httemplate/elements/menu.html | |
parent | 062179900d1fbdfd6831d07cb5e5f290a6512f4c (diff) |
add customer accounting summary report, RT10911
Diffstat (limited to 'httemplate/elements/menu.html')
-rw-r--r-- | httemplate/elements/menu.html | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/httemplate/elements/menu.html b/httemplate/elements/menu.html index c4422a017..1e7c12b2e 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')) { |