X-Git-Url: http://git.freeside.biz/gitweb/?a=blobdiff_plain;f=httemplate%2Felements%2Fmenu.html;fp=httemplate%2Felements%2Fmenu.html;h=72b586e19493d85641c966ac22596064040f95c3;hb=a5a541f3b1db3192f7d4a7dd5ad1fbf5800ef586;hp=c4ea9cd7cbd39658acd5f33b8329d2f6067ed5d1;hpb=4090933e1de8cae6ed89794a5bbacf3b3ed434d5;p=freeside.git diff --git a/httemplate/elements/menu.html b/httemplate/elements/menu.html index c4ea9cd7c..72b586e19 100644 --- a/httemplate/elements/menu.html +++ b/httemplate/elements/menu.html @@ -503,7 +503,7 @@ tie my %tools_importing, 'Tie::IxHash', 'Phone numbers (DIDs)' => [ $fsurl.'misc/phone_avail-import.html', '' ], 'Call Detail Records (CDRs)' => [ $fsurl.'misc/cdr-import.html', '' ], ; -if ( $conf->config('tax_data_vendor') eq 'cch' ) { +if ( $conf->config('tax_data_vendor') ) { if ( $conf->exists('taxdatadirectdownload') ) { $tools_importing{'Tax rates from vendor site'} = [ $fsurl.'misc/tax-fetch_and_import.cgi', '' ];