From 4bcc2b89f717df76f1ff8ca90000cbba7592bb89 Mon Sep 17 00:00:00 2001 From: jeff Date: Tue, 16 Feb 2010 02:19:38 +0000 Subject: refactor cch tax import to remove tons of false laziness and improve flexibility; allow reload from local files --- httemplate/misc/process/tax-import.cgi | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'httemplate/misc/process') diff --git a/httemplate/misc/process/tax-import.cgi b/httemplate/misc/process/tax-import.cgi index f800dbd5b..b9e9daad5 100644 --- a/httemplate/misc/process/tax-import.cgi +++ b/httemplate/misc/process/tax-import.cgi @@ -4,6 +4,6 @@ die "access denied" unless $FS::CurrentUser::CurrentUser->access_right('Import'); -my $server = new FS::UI::Web::JSRPC 'FS::tax_rate::process_batch_import', $cgi; +my $server = new FS::UI::Web::JSRPC 'FS::tax_rate::process_batch_import', $cgi; -- cgit v1.2.1