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