summaryrefslogtreecommitdiff
path: root/httemplate
diff options
context:
space:
mode:
authorivan <ivan>2009-08-27 21:41:15 +0000
committerivan <ivan>2009-08-27 21:41:15 +0000
commit5fa87de945b13859c422a3753d66fb7754c814b4 (patch)
treeff5e8a198c5fc6f32278ea7317b40131074f5ffe /httemplate
parent524540eab151b455d661b2cc2adf71e38f5ca6eb (diff)
oops, tax class menu item got lost
Diffstat (limited to 'httemplate')
-rw-r--r--httemplate/elements/menu.html1
1 files changed, 1 insertions, 0 deletions
diff --git a/httemplate/elements/menu.html b/httemplate/elements/menu.html
index 464b3b354..c54ed0715 100644
--- a/httemplate/elements/menu.html
+++ b/httemplate/elements/menu.html
@@ -383,6 +383,7 @@ if ( $curuser->access_right('Configuration') ) {
$config_billing{$config_taxes_name} = [ $fsurl.'browse/cust_main_county.cgi', 'Change tax rates, or break down a country into states, or a state into counties and assign different tax rates to each' ];
$config_billing{'Tax rates (vendor data tax products system)'} = [ $fsurl.'browse/tax_rate.cgi', 'Edit tax rates for the vendor data tax products system' ]
if $conf->exists('enable_taxproducts');
+ $config_billing{'Tax classes'} = [ $fsurl. 'browse/part_pkg_taxclass.html', 'Tax classes' ];
$config_billing{'Credit reason types'} = [ $fsurl.'browse/reason_type.html?class=R', 'Credit reason types define groups of reasons, for reporting and convenience purposes.' ];
$config_billing{'Credit reasons'} = [ $fsurl.'browse/reason.html?class=R', 'Credit reasons explain why a credit was issued.' ];