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

(-)a/ill/ill-requests.pl (-2 lines)
Lines 474-481 if ( $backends_available ) { Link Here
474
        exit;
474
        exit;
475
    } elsif ( $op eq "batch_list" ) {
475
    } elsif ( $op eq "batch_list" ) {
476
        # Do not remove, it prevents us falling through to the 'else'
476
        # Do not remove, it prevents us falling through to the 'else'
477
    } elsif ( $op eq "batch_create" ) {
478
        # Do not remove, it prevents us falling through to the 'else'
479
    } else {
477
    } else {
480
        $op =~ s/^cud-//;
478
        $op =~ s/^cud-//;
481
        my $request = Koha::ILL::Requests->find( $params->{illrequest_id} );
479
        my $request = Koha::ILL::Requests->find( $params->{illrequest_id} );
(-)a/koha-tmpl/intranet-tmpl/prog/en/modules/ill/ill-requests.tt (-2 / +1 lines)
Lines 969-975 Link Here
969
                            </fieldset>
969
                            </fieldset>
970
                        </form>
970
                        </form>
971
                    </div>
971
                    </div>
972
                [% ELSIF op == 'batch_list' || op == 'batch_create' %]
972
                [% ELSIF op == 'batch_list' %]
973
                    [% INCLUDE 'ill-batch.inc' %]
973
                    [% INCLUDE 'ill-batch.inc' %]
974
                [% ELSE %]
974
                [% ELSE %]
975
                <!-- Custom Backend Action -->
975
                <!-- Custom Backend Action -->
976
- 

Return to bug 38685