X-Git-Url: http://git.freeside.biz/gitweb/?p=freeside.git;a=blobdiff_plain;f=httemplate%2Fmisc%2Ftax-import.cgi;h=9581a797544387f11356acca8e6c639f51933659;hp=7e72c74e3128602d71e01e01770c5184437b67ad;hb=b71b1576c68bc40ad26592b354feace37a029f0e;hpb=7516e3da0f17eeecba27219ef96a8b5f46af2083 diff --git a/httemplate/misc/tax-import.cgi b/httemplate/misc/tax-import.cgi index 7e72c74e3..9581a7975 100644 --- a/httemplate/misc/tax-import.cgi +++ b/httemplate/misc/tax-import.cgi @@ -60,10 +60,10 @@ die "access denied" unless $FS::CurrentUser::CurrentUser->access_right('Import'); my $conf = FS::Conf->new; -my $data_vendor = $conf->config('enable_taxproducts'); +my $data_vendor = $conf->config('tax_data_vendor'); my %vendor_info = ( - CCH => { + cch => { 'num_files' => 6, 'formats' => [ 'cch' => 'CCH import (CSV)', 'cch-fixed' => 'CCH import (fixed length)' ], @@ -82,7 +82,7 @@ my %vendor_info = ( 'detail filename', ], }, - Billsoft => { + billsoft => { 'num_files' => 1, 'formats' => [ 'billsoft-pcode' => 'Billsoft PCodes', 'billsoft-taxclass' => 'Tax classes',