From 886bb19dcecea5ba61a17db159fd20225582f16e Mon Sep 17 00:00:00 2001 From: ivan Date: Mon, 19 Jan 2009 23:54:24 +0000 Subject: tax-pkg_location changes broke new taxation, this should fix --- 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 f66d6db29..016d4b60c 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('Resend invoices'); -my $server = new FS::UI::Web::JSRPC 'FS::tax_rate::process_batch', $cgi; +my $server = new FS::UI::Web::JSRPC 'FS::tax_rate::process_batch_import', $cgi; -- cgit v1.2.1