Circulate permission misspelling
authorJoshua Ferraro <jmf@liblime.com>
Thu, 19 Jun 2008 00:46:13 +0000 (19:46 -0500)
committerJoshua Ferraro <jmf@liblime.com>
Thu, 19 Jun 2008 00:46:13 +0000 (19:46 -0500)
circ/view_holdsqueue.pl

index 74cf9b4..1b8c09b 100755 (executable)
@@ -39,7 +39,7 @@ my ( $template, $loggedinuser, $cookie ) = get_template_and_user(
         query           => $query,
         type            => "intranet",
         authnotrequired => 0,
-        flagsrequired   => { circulation => 1 },
+        flagsrequired   => { circulate => 1 },
         debug           => 1,
     }
 );