MT 3044 : Adds missing links for opac cart and shelf download
[koha.git] / serials / subscription-renew.pl
index 7402af7..219fca7 100755 (executable)
@@ -68,7 +68,7 @@ my ( $template, $loggedinuser, $cookie ) = get_template_and_user(
         query           => $query,
         type            => "intranet",
         authnotrequired => 0,
-        flagsrequired   => { serials => 1 },
+        flagsrequired   => { serials => 'renew_subscription' },
         debug           => 1,
     }
 );