tax-pkg_location changes broke new taxation, this should fix
[freeside.git] / httemplate / misc / process / tax-import.cgi
index f66d6db..016d4b6 100644 (file)
@@ -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; 
 
 </%init>