summaryrefslogtreecommitdiff
path: root/httemplate/misc/process
diff options
context:
space:
mode:
authorjeff <jeff>2010-02-16 02:19:54 +0000
committerjeff <jeff>2010-02-16 02:19:54 +0000
commit016ffd08546c5d05b8e7b115db72ed137da4d087 (patch)
treec366a1ed049899de03cd26c4d82fea53d1fd4eec /httemplate/misc/process
parente5939023a92913427d79e998c1061298d1744309 (diff)
refactor cch tax import to remove tons of false laziness and improve flexibility; allow reload from local files
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 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;
</%init>