From dd06f30b7e6a80af544e012c88159db4497566c5 Mon Sep 17 00:00:00 2001 From: Pedro Amorim Date: Wed, 6 Mar 2024 12:44:25 +0000 Subject: [PATCH] Bug 36243: Remove cud- from op 'cud-' needs to be removed here because it's showing the form, not handling its POST submission --- ill/ill-requests.pl | 1 + 1 file changed, 1 insertion(+) diff --git a/ill/ill-requests.pl b/ill/ill-requests.pl index d9278b6db8f..d923a662199 100755 --- a/ill/ill-requests.pl +++ b/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 => '', -- 2.30.2