summaryrefslogtreecommitdiff
path: root/httemplate/misc/process
diff options
context:
space:
mode:
authorivan <ivan>2009-01-19 23:54:24 +0000
committerivan <ivan>2009-01-19 23:54:24 +0000
commit886bb19dcecea5ba61a17db159fd20225582f16e (patch)
tree1a62d2ede6769ebf9bca46888340661ac2d49f49 /httemplate/misc/process
parent6e47ff2bf17a5d52dcc4ad8a73f2cc197f9ec62b (diff)
tax-pkg_location changes broke new taxation, this should fix
Diffstat (limited to 'httemplate/misc/process')
-rw-r--r--httemplate/misc/process/tax-import.cgi2
1 files changed, 1 insertions, 1 deletions
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;
</%init>