Lines 476-483
if ( $backends_available ) {
Link Here
|
476 |
exit; |
476 |
exit; |
477 |
} elsif ( $op eq "batch_list" ) { |
477 |
} elsif ( $op eq "batch_list" ) { |
478 |
# Do not remove, it prevents us falling through to the 'else' |
478 |
# Do not remove, it prevents us falling through to the 'else' |
479 |
} elsif ( $op eq "batch_create" ) { |
|
|
480 |
# Do not remove, it prevents us falling through to the 'else' |
481 |
} else { |
479 |
} else { |
482 |
$op =~ s/^cud-//; |
480 |
$op =~ s/^cud-//; |
483 |
my $request = Koha::ILL::Requests->find( $params->{illrequest_id} ); |
481 |
my $request = Koha::ILL::Requests->find( $params->{illrequest_id} ); |