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} ); |