From 1442c00818afaf86855090126c5f9bfbf8242d77 Mon Sep 17 00:00:00 2001 From: jeff Date: Tue, 14 Apr 2009 16:12:54 +0000 Subject: [PATCH] better at least --- httemplate/misc/process/tax-import.cgi | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/httemplate/misc/process/tax-import.cgi b/httemplate/misc/process/tax-import.cgi index 016d4b60c..537af490f 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('Resend invoices'); + unless $FS::CurrentUser::CurrentUser->access_right('Configuration'); my $server = new FS::UI::Web::JSRPC 'FS::tax_rate::process_batch_import', $cgi; -- 2.11.0