Bug 9605: rotating collections permissions are wrong
[koha.git] / rotating_collections / transferCollection.pl
index 39945d5..23eff46 100755 (executable)
@@ -38,7 +38,7 @@ my ($template, $loggedinuser, $cookie)
                             query => $query,
                             type => "intranet",
                             authnotrequired => 0,
-                            flagsrequired => {parameters => 1},
+                          flagsrequired => { tools => 'rotating_collections' },
                             debug => 1,
                             });