From 5fa87de945b13859c422a3753d66fb7754c814b4 Mon Sep 17 00:00:00 2001 From: ivan Date: Thu, 27 Aug 2009 21:41:15 +0000 Subject: [PATCH] oops, tax class menu item got lost --- httemplate/elements/menu.html | 1 + 1 file changed, 1 insertion(+) 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.' ]; -- 2.11.0