From 919ea33639714dd6a0d5e0550af2dda6ad6e687e Mon Sep 17 00:00:00 2001 From: Owen Leonard Date: Fri, 23 Oct 2020 12:41:50 +0000 Subject: [PATCH] Bug 26795: Remove the use of jquery.checkboxes plugin from ILL pages This patch removes the inclusion of the jquery.checkboxes plugin from two staff interface ILL pages where the plugin is unused. To test you need at least one patron with some ILL requests. - Apply the patch and locate a patron with ILL requests. - Click the "ILL requests history" tab. - Confirm that the table of requests has no checkboxes. - Choose "Ill requests" from the "More" menu in the header. - Confirm that the table of requests has no checkboxes. Signed-off-by: David Nind Signed-off-by: Katrin Fischer Signed-off-by: Jonathan Druart --- koha-tmpl/intranet-tmpl/prog/en/modules/ill/ill-requests.tt | 1 - koha-tmpl/intranet-tmpl/prog/en/modules/members/ill-requests.tt | 1 - 2 files changed, 2 deletions(-) diff --git a/koha-tmpl/intranet-tmpl/prog/en/modules/ill/ill-requests.tt b/koha-tmpl/intranet-tmpl/prog/en/modules/ill/ill-requests.tt index b719c72b05..86c81afbd3 100644 --- a/koha-tmpl/intranet-tmpl/prog/en/modules/ill/ill-requests.tt +++ b/koha-tmpl/intranet-tmpl/prog/en/modules/ill/ill-requests.tt @@ -768,7 +768,6 @@ [% INCLUDE 'columns_settings.inc' %] [% INCLUDE 'calendar.inc' %] [% Asset.js("lib/jquery/plugins/jquery-ui-timepicker-addon.min.js") | $raw %] - [% Asset.js("lib/jquery/plugins/jquery.checkboxes.min.js") | $raw %]