@@ -, +, @@ --- ill/ill-requests.pl | 1 + 1 file changed, 1 insertion(+) --- a/ill/ill-requests.pl +++ a/ill/ill-requests.pl @@ -225,6 +225,7 @@ if ( $backends_available ) { order_by => { -asc => 'name' } }); if ( !$params->{stage} ) { + $op =~ s/^cud-//; my $backend_result = { error => 0, status => '', --