X-Git-Url: http://git.rot13.org/?a=blobdiff_plain;f=opac%2Fopac-sendshelf.pl;h=6e60bc913ad3219c9cf7d7c51db4acff0169eb1a;hb=af6fa247fd2c1340a9becb81794674b3e7ee9da7;hp=1de95ae2cd455c9d659d62285c704561b18b3b5b;hpb=f029e9aba7d6c03b3c8e19697af31071b595dcc9;p=koha.git diff --git a/opac/opac-sendshelf.pl b/opac/opac-sendshelf.pl index 1de95ae2cd..6e60bc913a 100755 --- a/opac/opac-sendshelf.pl +++ b/opac/opac-sendshelf.pl @@ -41,7 +41,7 @@ my ( $template, $borrowernumber, $cookie ) = get_template_and_user ( template_name => "opac-sendshelfform.tmpl", query => $query, type => "opac", - authnotrequired => 1, + authnotrequired => 0, flagsrequired => { borrow => 1 }, } );