From 93176f9e613175244504afeae6c1a902c6d52e33 Mon Sep 17 00:00:00 2001 From: Owen Leonard Date: Fri, 23 Oct 2020 14:42:35 +0000 Subject: [PATCH] Bug 26800: Remove the use of jquery.checkboxes plugin from checkout page This patch removes inclusion of the jquery.checkboxes plugin from the patron checkout page (circulation.tt). The plugin is unused. To test, apply the patch and check out to a patron with checkouts. - 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 Signed-off-by: Katrin Fischer Signed-off-by: Jonathan Druart --- koha-tmpl/intranet-tmpl/prog/en/includes/checkouts-table.inc | 2 +- koha-tmpl/intranet-tmpl/prog/en/modules/circ/circulation.tt | 1 - 2 files changed, 1 insertion(+), 2 deletions(-) diff --git a/koha-tmpl/intranet-tmpl/prog/en/includes/checkouts-table.inc b/koha-tmpl/intranet-tmpl/prog/en/includes/checkouts-table.inc index 1efa03b568..fb824ebf1d 100644 --- a/koha-tmpl/intranet-tmpl/prog/en/includes/checkouts-table.inc +++ b/koha-tmpl/intranet-tmpl/prog/en/includes/checkouts-table.inc @@ -6,7 +6,7 @@ Show checkouts

-
+ diff --git a/koha-tmpl/intranet-tmpl/prog/en/modules/circ/circulation.tt b/koha-tmpl/intranet-tmpl/prog/en/modules/circ/circulation.tt index 78d47c28b4..ec3cd044be 100644 --- a/koha-tmpl/intranet-tmpl/prog/en/modules/circ/circulation.tt +++ b/koha-tmpl/intranet-tmpl/prog/en/modules/circ/circulation.tt @@ -1070,7 +1070,6 @@ [% INCLUDE 'calendar.inc' %] [% INCLUDE 'datatables.inc' %] [% INCLUDE 'columns_settings.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' %] [% Asset.js("lib/jquery/plugins/rowGroup/dataTables.rowGroup.min.js") | $raw %] -- 2.39.2