X-Git-Url: http://git.freeside.biz/gitweb/?a=blobdiff_plain;ds=sidebyside;f=httemplate%2Fmisc%2Fprocess%2Ftax-import.cgi;h=b9e9daad5d85cd86b818f6c6730a8a5c78c05776;hb=833cfe5c9938d33c3e6b97ed610c25a7afa6eb04;hp=537af490feb4440c55b9db0edf3772b4599b9a8d;hpb=1442c00818afaf86855090126c5f9bfbf8242d77;p=freeside.git diff --git a/httemplate/misc/process/tax-import.cgi b/httemplate/misc/process/tax-import.cgi index 537af490f..b9e9daad5 100644 --- a/httemplate/misc/process/tax-import.cgi +++ b/httemplate/misc/process/tax-import.cgi @@ -2,8 +2,8 @@ <%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; +my $server = new FS::UI::Web::JSRPC 'FS::tax_rate::process_batch_import', $cgi;