From e3a3454a36b24283697e6dd784703e8450f5f289 Mon Sep 17 00:00:00 2001 From: Owen Leonard Date: Fri, 23 Oct 2020 13:34:36 +0000 Subject: [PATCH] Bug 26798: Remove the use of jquery.checkboxes plugin from patron detail page This patch removes inclusion of the jquery.checkboxes plugin from the patron detail page (moremember.tt). The plugin is unused. To test, apply the patch and locate a patron with checkouts. - View the details for that patron. - Open the checkouts tab and click "Show checkouts" if necessary. - In the table of checkouts, confirm that the "select all" and "none" links in the "Renew" and "Check in" column headers work correctly. Signed-off-by: Lisette Scheer --- koha-tmpl/intranet-tmpl/prog/en/modules/members/moremember.tt | 1 - 1 file changed, 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 4bf7ba95f7..fa629fa79a 100644 --- a/koha-tmpl/intranet-tmpl/prog/en/modules/members/moremember.tt +++ b/koha-tmpl/intranet-tmpl/prog/en/modules/members/moremember.tt @@ -915,7 +915,6 @@ [% Asset.js("lib/jquery/plugins/rowGroup/dataTables.rowGroup.min.js") | $raw %] [% INCLUDE 'columns_settings.inc' %] [% INCLUDE 'calendar.inc' %] - [% Asset.js("lib/jquery/plugins/jquery.checkboxes.min.js") | $raw %] [% Asset.js("lib/jquery/plugins/jquery-ui-timepicker-addon.min.js") | $raw %] [% INCLUDE 'timepicker.inc' %]