X-Git-Url: http://git.freeside.biz/gitweb/?a=blobdiff_plain;f=httemplate%2Fmisc%2Fprocess%2Ftax-import.cgi;h=016d4b60c579720b4fc624a92bc04d8ab95db4da;hb=886bb19dcecea5ba61a17db159fd20225582f16e;hp=f66d6db29679328c25b1b0f8b71dad242e9d9c37;hpb=6e47ff2bf17a5d52dcc4ad8a73f2cc197f9ec62b;p=freeside.git 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;