From 9736227d68acdf98382c5924748dc7a0194733eb Mon Sep 17 00:00:00 2001 From: Jonathan Druart Date: Thu, 22 Feb 2024 16:21:21 +0100 Subject: [PATCH] Bug 34478: Manual fix - tools/batchMod-del Signed-off-by: Jonathan Druart --- koha-tmpl/intranet-tmpl/prog/en/modules/tools/batchMod-del.tt | 4 ++-- tools/batchMod.pl | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/koha-tmpl/intranet-tmpl/prog/en/modules/tools/batchMod-del.tt b/koha-tmpl/intranet-tmpl/prog/en/modules/tools/batchMod-del.tt index f330111a56..ffa1addbb9 100644 --- a/koha-tmpl/intranet-tmpl/prog/en/modules/tools/batchMod-del.tt +++ b/koha-tmpl/intranet-tmpl/prog/en/modules/tools/batchMod-del.tt @@ -134,7 +134,7 @@
[% INCLUDE 'csrf-token.inc' %] - + [% IF biblionumber %] @@ -167,7 +167,7 @@ [% IF ( itemresults ) %]
- +

This will delete [% IF ( too_many_items_display ) %]all the[% ELSE %]the selected[% END %] items.

diff --git a/tools/batchMod.pl b/tools/batchMod.pl index b79c195a67..f53c99d54e 100755 --- a/tools/batchMod.pl +++ b/tools/batchMod.pl @@ -47,7 +47,7 @@ my $error = $input->param('error'); my @itemnumbers = $input->multi_param('itemnumber'); my $biblionumber = $input->param('biblionumber'); my $op = $input->param('op'); -my $del = $input->param('cud-del'); +my $del = $input->param('del'); my $del_records = $input->param('del_records'); my $src = $input->param('src'); my $use_default_values = $input->param('use_default_values'); -- 2.39.5