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

(-)a/opac/opac-illrequests.pl (-2 / +1 lines)
Lines 46-52 my ( $template, $loggedinuser, $cookie ) = get_template_and_user({ Link Here
46
    template_name   => "opac-illrequests.tt",
46
    template_name   => "opac-illrequests.tt",
47
    query           => $query,
47
    query           => $query,
48
    type            => "opac",
48
    type            => "opac",
49
    authnotrequired => ( C4::Context->preference("OpacPublic") ? 1 : 0 ),
49
    authnotrequired => 0,
50
});
50
});
51
51
52
# Are we able to actually work?
52
# Are we able to actually work?
53
- 

Return to bug 20536