summaryrefslogtreecommitdiff
path: root/httemplate/misc
diff options
context:
space:
mode:
authorjeff <jeff>2009-04-14 16:14:48 +0000
committerjeff <jeff>2009-04-14 16:14:48 +0000
commit437f7374ed17088113c4067df42201295b6d6c43 (patch)
treec35579dfa7f59d32f254a05ee9c76b3f65fe1aa7 /httemplate/misc
parent1442c00818afaf86855090126c5f9bfbf8242d77 (diff)
hmmm
Diffstat (limited to 'httemplate/misc')
-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 537af490f..f800dbd5b 100644
--- a/httemplate/misc/process/tax-import.cgi
+++ b/httemplate/misc/process/tax-import.cgi
@@ -2,7 +2,7 @@
<%init>
die "access denied"
- unless $FS::CurrentUser::CurrentUser->access_right('Configuration');
+ unless $FS::CurrentUser::CurrentUser->access_right('Import');
my $server = new FS::UI::Web::JSRPC 'FS::tax_rate::process_batch_import', $cgi;