From: ivan Date: Thu, 27 Aug 2009 21:41:15 +0000 (+0000) Subject: oops, tax class menu item got lost X-Git-Tag: freeside_1_9_1^2~97 X-Git-Url: http://git.freeside.biz/gitweb/?a=commitdiff_plain;h=5fa87de945b13859c422a3753d66fb7754c814b4;p=freeside.git oops, tax class menu item got lost --- 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.' ];