View | Details | Raw Unified | Return to bug 20536
Collapse All | Expand All

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

Return to bug 20536