From 25671242a46d14f07840410bde5607537b9a019c Mon Sep 17 00:00:00 2001 From: Martin Renvoize Date: Fri, 6 Apr 2018 10:22:20 +0100 Subject: [PATCH] Bug 20536 - ILL: authnotrequired not explicitly unset * ill/illrequest.pl - Added explicity setting of authnotrequired --- ill/ill-requests.pl | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/ill/ill-requests.pl b/ill/ill-requests.pl index 029fa49eea..a1a0a9d50c 100755 --- a/ill/ill-requests.pl +++ b/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 => '*' }, } ); -- 2.14.2