From 6662cbf984bcd585ca1c2781ed22a13a8b991f6a Mon Sep 17 00:00:00 2001 From: Owen Leonard Date: Fri, 23 Oct 2020 13:54:01 +0000 Subject: [PATCH] Bug 26799: Remove the use of jquery.checkboxes plugin from patron payment page This patch removes the use of the jquery.checkboxes plugin from the patron payment screen (members/pay.tt). To test, apply the patch and locate a patron with unpaid fines. - View the "Accounting" page for that patron. - In the table of outstanding fines, test the "Select all" and "Clear all" links work correctly to check the checkboxes corresponding to each fine. - Confirm that the "Select all" action enables the "Pay selected" and "Write off selected" buttons. - Confirm that the "Clear all" action disables the "Pay selected" and "Write off selected" buttons. --- koha-tmpl/intranet-tmpl/prog/en/modules/members/pay.tt | 11 ++++++----- 1 file changed, 6 insertions(+), 5 deletions(-) diff --git a/koha-tmpl/intranet-tmpl/prog/en/modules/members/pay.tt b/koha-tmpl/intranet-tmpl/prog/en/modules/members/pay.tt index c66aecbf2d..746b63e391 100644 --- a/koha-tmpl/intranet-tmpl/prog/en/modules/members/pay.tt +++ b/koha-tmpl/intranet-tmpl/prog/en/modules/members/pay.tt @@ -172,7 +172,6 @@ [% MACRO jsinclude BLOCK %] [% INCLUDE 'str/members-menu.inc' %] [% Asset.js("js/members-menu.js") | $raw %] - [% Asset.js("lib/jquery/plugins/jquery.checkboxes.min.js") | $raw %] [% INCLUDE 'datatables.inc' %] [% INCLUDE 'columns_settings.inc' %]