From 1ea77fbd19f06931987fbeec5ee88be00137d9d6 Mon Sep 17 00:00:00 2001 From: Jonathan Druart Date: Tue, 12 Dec 2023 16:43:21 +0100 Subject: [PATCH] Bug 34478: Manual fix - batchMod Signed-off-by: Jonathan Druart --- tools/batchMod.pl | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/tools/batchMod.pl b/tools/batchMod.pl index 4cccf9072d..b79c195a67 100755 --- a/tools/batchMod.pl +++ b/tools/batchMod.pl @@ -86,7 +86,7 @@ my $display_items; my @messages; -if ( $op eq "action" ) { +if ( $op eq "cud-action" ) { if ($del) { try { @@ -294,7 +294,8 @@ if ($op eq "cud-show"){ notfoundbarcodes => \@notfoundbarcodes, notfounditemnumbers => \@notfounditemnumbers ); - $nextop="action" + $nextop="cud-action"; + $template->param( show => 1 ); } # -- End action="cud-show" if ( $display_items ) { -- 2.39.5