From 05e05f35ead37d67078cc06342dce645f147de25 Mon Sep 17 00:00:00 2001 From: David Cook Date: Thu, 12 Mar 2026 04:25:22 +0000 Subject: [PATCH] Bug 42072: Improve message about deleting bib records This patch clarifies which records will be deleted in the batch item deletion (when no items remain). Test plan: 0. Apply the patch 1. Go to "Reports" and click "Create from SQL" 2. Create a report with the following SQL: select itemnumber from items limit 5 3. Run the report and then click "Batch operations with 5 visible records" on the output page 4. Near the bottom of the screen note that there is a checkbox that has a label reading "Delete bibliographic records if no items remain." 5. C'est tout! --- 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 422c665cf51..22bd510dbe1 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 @@ -179,7 +179,7 @@
- +
-- 2.39.5