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

(-)a/ill/ill-requests.pl (-1 / +5 lines)
Lines 102-107 if ($backends_available) { Link Here
102
        # View the details of an ILL
102
        # View the details of an ILL
103
        my $request = Koha::ILL::Requests->find( $params->{illrequest_id} );
103
        my $request = Koha::ILL::Requests->find( $params->{illrequest_id} );
104
104
105
        unless ($request) {
106
            print $cgi->redirect("/cgi-bin/koha/errors/404.pl");
107
            exit;
108
        }
109
105
        # Get the details for notices that can be sent from here
110
        # Get the details for notices that can be sent from here
106
        my $notices = Koha::Notice::Templates->search(
111
        my $notices = Koha::Notice::Templates->search(
107
            {
112
            {
108
- 

Return to bug 41944