From 4da69b5680ec52c7572c53e709e5787196ddde08 Mon Sep 17 00:00:00 2001 From: Owen Leonard Date: Fri, 19 May 2023 11:30:28 +0000 Subject: [PATCH] Bug 33774: Loading club table in every tab in patron details This patch corrects a minor regression in template markup caused by Bug 33774. The Bootstrap tab attributes were lost (presumably in a merge) causing the whole tab structure to break. To test, you should have at least one club defined. Apply the patch and view the patron details page. Each tab should load its contents correctly. Signed-off-by: David Nind Signed-off-by: Victor Grousset/tuxayo https://bugs.koha-community.org/show_bug.cgi?id=26598 --- koha-tmpl/intranet-tmpl/prog/en/modules/members/moremember.tt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/koha-tmpl/intranet-tmpl/prog/en/modules/members/moremember.tt b/koha-tmpl/intranet-tmpl/prog/en/modules/members/moremember.tt index e43206e987..6baa7e2ace 100644 --- a/koha-tmpl/intranet-tmpl/prog/en/modules/members/moremember.tt +++ b/koha-tmpl/intranet-tmpl/prog/en/modules/members/moremember.tt @@ -774,7 +774,7 @@ [% END %] [% IF CAN_user_clubs && ( enrollments.count || enrollable.count ) %] -
+
Loading...
[% END %] -- 2.40.1