From 00f74ab4fda328040f97dceee2e600ce53c060cb Mon Sep 17 00:00:00 2001 From: Owen Leonard Date: Wed, 21 Oct 2020 17:26:56 +0000 Subject: [PATCH] Bug 26767: Remove the use of jquery.checkboxes plugin from duplicate orders template This patch removes the use of the jquery.checkboxes plugin from the duplicate orders template in acquisitions. To test, apply the patch and go to Acquisitions -> Vendor -> Basket. - Click "Add to basket." - Click "From existing orders (copy)." - Perform a search which will return some orders. - Test the "Select all" and "Clear all" links. Confirm that they work correctly. --- .../intranet-tmpl/prog/en/modules/acqui/duplicate_orders.tt | 11 ++++------- 1 file changed, 4 insertions(+), 7 deletions(-) diff --git a/koha-tmpl/intranet-tmpl/prog/en/modules/acqui/duplicate_orders.tt b/koha-tmpl/intranet-tmpl/prog/en/modules/acqui/duplicate_orders.tt index 34f23327f3..1ed05775ef 100644 --- a/koha-tmpl/intranet-tmpl/prog/en/modules/acqui/duplicate_orders.tt +++ b/koha-tmpl/intranet-tmpl/prog/en/modules/acqui/duplicate_orders.tt @@ -304,7 +304,6 @@ Basket [% basket.basketno | html %] › Duplicate existing orders [% Asset.js("js/autocomplete/patrons.js") | $raw %] [% Asset.js("js/acq.js") | $raw %] [% Asset.js("js/funds_sorts.js") | $raw %] - [% Asset.js("lib/jquery/plugins/jquery.checkboxes.min.js") | $raw %]