X-Git-Url: http://koha-dev.rot13.org:8081/gitweb/?a=blobdiff_plain;f=opac%2Fopac-sendshelf.pl;h=6e60bc913ad3219c9cf7d7c51db4acff0169eb1a;hb=226af0485d72031a0f63d06269f6b8e78fab15db;hp=1de95ae2cd455c9d659d62285c704561b18b3b5b;hpb=aef1dd15fbe37a8a9c30ba4b38f7ecd6c1fea54d;p=srvgit 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 }, } );