Bug 7976: Remove the borrow permission
[koha.git] / opac / opac-sendbasket.pl
index a451866..82e7d76 100755 (executable)
@@ -43,7 +43,6 @@ my ( $template, $borrowernumber, $cookie ) = get_template_and_user (
         query           => $query,
         type            => "opac",
         authnotrequired => 0,
-        flagsrequired   => { borrow => 1 },
     }
 );
 
@@ -75,7 +74,6 @@ if ( $email_add ) {
             query           => $query,
             type            => "opac",
             authnotrequired => 0,
-            flagsrequired   => { borrow => 1 },
         }
     );