From b968416823c6bfc54fa3a0eb2a902981a22d1127 Mon Sep 17 00:00:00 2001 From: Nick Clemens Date: Fri, 23 May 2025 18:47:17 +0000 Subject: [PATCH] Bug 39987: Correct breadcrumbs link to batch item deletion This patch adds th del=1 param to the batchMod link in the breadcrumbs to ensure we return to batch item deletion and not modification To test: 1 - Browse to Cataloging->Batch item deletion 2 - Click the 'Batch item deletion' link in the breadcrumbs 3 - You are now at 'Batch item modification' 4 - Apply patch 5 - Repeat, you stay on the correct page 6 - Complete a batch item deletion and confirm the breadcrum is correct at each stage. Signed-off-by: Roman Dolny --- koha-tmpl/intranet-tmpl/prog/en/modules/tools/batchMod-del.tt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 79a45fdc0c..4e8e7edcbe 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 @@ -41,7 +41,7 @@ [% END %] [% IF ( show || op == "enqueued") %] [% WRAPPER breadcrumb_item %] - Batch item deletion + Batch item deletion [% END %] [% ELSE %] [% WRAPPER breadcrumb_item bc_active= 1 %] -- 2.39.5