From: Joshua Ferraro Date: Thu, 19 Jun 2008 00:46:13 +0000 (-0500) Subject: Circulate permission misspelling X-Git-Tag: v3.00.00-stableRC1~105 X-Git-Url: http://git.rot13.org/?a=commitdiff_plain;h=5ae7d4ea9738ab0c2ca499a578fdd3d23efdd836;p=koha.git Circulate permission misspelling --- diff --git a/circ/view_holdsqueue.pl b/circ/view_holdsqueue.pl index 74cf9b4adb..1b8c09bf9d 100755 --- a/circ/view_holdsqueue.pl +++ b/circ/view_holdsqueue.pl @@ -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, } );