@@ -, +, @@ - For a patron, permissions 'catalogue' and 'records_batchmod' only - Go to Bug 15579 - records_batchmod permission doesn't allow access to batch modification --- tools/batch_record_modification.pl | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) --- a/tools/batch_record_modification.pl +++ a/tools/batch_record_modification.pl @@ -44,7 +44,7 @@ my ( $template, $loggedinuser, $cookie ) = get_template_and_user({ query => $input, type => "intranet", authnotrequired => 0, - flagsrequired => { tools => 'biblio_batchmod' }, + flagsrequired => { tools => 'records_batchmod' }, }); --