From 68957e8f36996042015d7a19e745f8506c0383e7 Mon Sep 17 00:00:00 2001 From: Owen Leonard Date: Mon, 21 Sep 2020 19:16:14 +0000 Subject: [PATCH] Bug 26504: Remove the use of jquery.checkboxes plugin from checkout notes page This patch removes the inclusion of the jquery.checkboxes plugin from the checkout notes page. It is unused. To test, apply the patch and confirm that the AllowCheckoutNotes system preference is enabled. - Go to Circulation -> Checkout notes. - Confirm that the "Select all" and "Clear all" links work correctly. Signed-off-by: David Nind Signed-off-by: Katrin Fischer --- koha-tmpl/intranet-tmpl/prog/en/modules/circ/checkout-notes.tt | 1 - 1 file changed, 1 deletion(-) diff --git a/koha-tmpl/intranet-tmpl/prog/en/modules/circ/checkout-notes.tt b/koha-tmpl/intranet-tmpl/prog/en/modules/circ/checkout-notes.tt index 360a46ff08..fa8f783735 100644 --- a/koha-tmpl/intranet-tmpl/prog/en/modules/circ/checkout-notes.tt +++ b/koha-tmpl/intranet-tmpl/prog/en/modules/circ/checkout-notes.tt @@ -123,7 +123,6 @@ [% MACRO jsinclude BLOCK %] - [% Asset.js("lib/jquery/plugins/jquery.checkboxes.min.js") | $raw %] [% INCLUDE 'calendar.inc' %] [% INCLUDE 'datatables.inc' %]