diff options
author | levinse <levinse> | 2010-12-30 23:03:52 +0000 |
---|---|---|
committer | levinse <levinse> | 2010-12-30 23:03:52 +0000 |
commit | 180dce3fb97569331accc27fb6061392e11b3efe (patch) | |
tree | 2a62508a4fef813d4d3dd9920ba13ccdd398680c /httemplate/elements | |
parent | 3da7811e91e0c6937304a7b98aec5c1c433c3643 (diff) |
add customer accounting summary report, RT10911
Diffstat (limited to 'httemplate/elements')
-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 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')) { |