From 48ed7ba640315079189515f16e71e3ce011a095e Mon Sep 17 00:00:00 2001 From: Lucas Gass Date: Thu, 25 Mar 2021 17:58:04 +0000 Subject: [PATCH] Bug 28034: Make club enrollment tables in to DataTables To test: -Add some clubs -Go to a patron record and enroll them in some clubs but not in others. -There should be two table under the clubs tab, Clubs currently enrolled in and Clubs not enrolled in -Neither are DataTables -Apply patch -With the same patron check the clubs tab, they should be datatables now -Make sure all the controls, pagination works good https://bugs.koha-community.org/show_bug.cgi?id=28033 --- .../intranet-tmpl/prog/en/modules/clubs/patron-clubs-tab.tt | 13 +++++++++++-- 1 file changed, 11 insertions(+), 2 deletions(-) diff --git a/koha-tmpl/intranet-tmpl/prog/en/modules/clubs/patron-clubs-tab.tt b/koha-tmpl/intranet-tmpl/prog/en/modules/clubs/patron-clubs-tab.tt index b77ab78a2d..d4cbef7d0d 100644 --- a/koha-tmpl/intranet-tmpl/prog/en/modules/clubs/patron-clubs-tab.tt +++ b/koha-tmpl/intranet-tmpl/prog/en/modules/clubs/patron-clubs-tab.tt @@ -3,7 +3,7 @@ [% IF enrollments %]

Clubs currently enrolled in

- +
@@ -36,7 +36,7 @@

Clubs not enrolled in

-
Name
+
@@ -63,6 +63,15 @@
Name
[% END %] + + [% IF CAN_user_clubs_enroll %]