diff options
author | jeff <jeff> | 2009-04-14 16:12:54 +0000 |
---|---|---|
committer | jeff <jeff> | 2009-04-14 16:12:54 +0000 |
commit | 1442c00818afaf86855090126c5f9bfbf8242d77 (patch) | |
tree | 51af402a6afe704dc1cdbe3f15a58ce12a2f2815 | |
parent | 470bbdfd0bf8c62a1b7ff124bc18ba718ab0c628 (diff) |
better at least
-rw-r--r-- | httemplate/misc/process/tax-import.cgi | 2 |
1 files changed, 1 insertions, 1 deletions
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; |