From ad75265eede085d69b9287a6cea796de061bb179 Mon Sep 17 00:00:00 2001 From: Owen Leonard Date: Mon, 27 Jan 2025 18:51:36 +0000 Subject: [PATCH] Bug 26553: (follow-up) Fix patron attribute types page --- .../intranet-tmpl/prog/en/modules/admin/patron-attr-types.tt | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/koha-tmpl/intranet-tmpl/prog/en/modules/admin/patron-attr-types.tt b/koha-tmpl/intranet-tmpl/prog/en/modules/admin/patron-attr-types.tt index a0f8fb29697..fc1f368cb18 100644 --- a/koha-tmpl/intranet-tmpl/prog/en/modules/admin/patron-attr-types.tt +++ b/koha-tmpl/intranet-tmpl/prog/en/modules/admin/patron-attr-types.tt @@ -441,8 +441,7 @@ .change(); $(".patron_attributes_types").each(function () { - var tableid = $(this).attr("id"); - $(tableid).kohaTable( + $(this).kohaTable( { paginate: false, autoWidth: false, -- 2.34.1