From 02564dc45eab43a5bf0fa004b79bc3608968871d Mon Sep 17 00:00:00 2001 From: Marcel de Rooy Date: Fri, 2 Feb 2024 08:47:46 +0000 Subject: [PATCH] Bug 34478: Changes for opac/sci/sci-main The template already contained cud-check_in.. Signed-off-by: Jonathan Druart --- opac/sci/sci-main.pl | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/opac/sci/sci-main.pl b/opac/sci/sci-main.pl index 2171fa42c5..d2fdca9e10 100755 --- a/opac/sci/sci-main.pl +++ b/opac/sci/sci-main.pl @@ -49,7 +49,7 @@ my ( $template, $loggedinuser, $cookie ) = get_template_and_user( my $op = $cgi->param('op') // ''; -if ( $op eq 'check_in' ) { +if ( $op eq 'cud-check_in' ) { ## Get the barcodes, perform some basic validation # Remove empty ones my @barcodes = grep { $_ ne '' } $cgi->multi_param('barcode'); -- 2.39.5