From 4bbecea44d04539a0f3464ff98490241884adcef Mon Sep 17 00:00:00 2001 From: Aman Pilgrim Date: Thu, 17 Jul 2025 22:27:55 +0000 Subject: [PATCH] Bug 37604: Add an ID to the batch record deletion "Skip biblio...." checkbox This patch adds an ID to the "Skip bibliographic records with open acquisition orders" checkbox on the batch record deletion page (Cataloging > Batch editing > Batch record deletion". This is required so that when selecting or unselecting the checkbox, the focus remains on the checkbox. Test plan: 1. Navigate to Home > Cataloging > Batch record deletion 2. Click 'Skip bibliographic records with open acquisition orders' to toggle the Record type checkbox (selected by default). 3. Inspect the page (right click the page, select Inspect, and look at the values in the checheckbox input field): . before the patch there is no id for the field . after the patch there is an id="skip_open_orders" for the checkbox field Signed-off-by: David Nind --- .../intranet-tmpl/prog/en/modules/tools/batch_delete_records.tt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/koha-tmpl/intranet-tmpl/prog/en/modules/tools/batch_delete_records.tt b/koha-tmpl/intranet-tmpl/prog/en/modules/tools/batch_delete_records.tt index aa5033dde5c..1bfd843ed77 100644 --- a/koha-tmpl/intranet-tmpl/prog/en/modules/tools/batch_delete_records.tt +++ b/koha-tmpl/intranet-tmpl/prog/en/modules/tools/batch_delete_records.tt @@ -91,7 +91,7 @@
  • - +
  • -- 2.39.5