Bug 34478: Manual fix - batchMod

Signed-off-by: Jonathan Druart <jonathan.druart@bugs.koha-community.org>
This commit is contained in:
Jonathan Druart 2023-12-12 16:43:21 +01:00
parent 18e808240f
commit 1ea77fbd19
Signed by: jonathan.druart
GPG key ID: A085E712BEF0E0F0

View file

@ -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 ) {