From a4558b045a8ad243055a9391a7c0b6654956fb6b Mon Sep 17 00:00:00 2001 From: David Gustafsson Date: Thu, 20 Nov 2025 21:21:19 +0100 Subject: [PATCH] Bug 30255: Only update tab display when changing record type --- .../prog/en/modules/tools/batch_record_modification.tt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/koha-tmpl/intranet-tmpl/prog/en/modules/tools/batch_record_modification.tt b/koha-tmpl/intranet-tmpl/prog/en/modules/tools/batch_record_modification.tt index d0312c15405..c6cdf1901ec 100644 --- a/koha-tmpl/intranet-tmpl/prog/en/modules/tools/batch_record_modification.tt +++ b/koha-tmpl/intranet-tmpl/prog/en/modules/tools/batch_record_modification.tt @@ -353,7 +353,7 @@ }).filter(':checked').trigger('change'); update_tab_display(); - $("input[type='radio']").click(function() { + $("input[type='radio'][name='recordtype']").click(function() { update_tab_display(); }); -- 2.51.2