From 67352a2cfafca31067217c2761caad568b5f83a4 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?G=C3=A9raud=20Frappier?= Date: Wed, 16 Nov 2022 16:54:41 -0500 Subject: [PATCH] Bug 32237 : Batch delete records "no record IDs defined". List of records not shown. --- .../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 252265f5c9..3a0555329b 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 @@ -351,7 +351,7 @@ }); $("#record_ids_selection").on("submit", function(e){ - var tab = $(this).find('.ui-tabs-active:first a').attr('href'); + var tab = $(this).find('#batch_del_form:active:first a').attr('href'); if ( tab == '#uploadfile_tab' ) { $("#shelf_number").empty(''); $("#recordnumber_list").val(''); -- 2.34.1