@@ -, +, @@ --- ill/ill-requests.pl | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) --- a/ill/ill-requests.pl +++ a/ill/ill-requests.pl @@ -1,7 +1,8 @@ #!/usr/bin/perl # Copyright 2013 PTFS-Europe Ltd and Mark Gavillet -# Copyright 2014 PTFS-Europe Ltd +# Copyright 2014 PTFS-Europe Ltd and Alex Sassmannshausen +# Copyright 2018 PTFS-Europe Ltd and Martin Renvoize # # This file is part of Koha. # Koha is free software; you can redistribute it and/or modify it under the @@ -49,6 +50,7 @@ my ( $template, $patronnumber, $cookie ) = get_template_and_user( { template_name => 'ill/ill-requests.tt', query => $cgi, type => 'intranet', + authnotrequired => 0, flagsrequired => { ill => '*' }, } ); --