From 231f99e3e1d892864aebab229d0c312a2f31182c 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. Signed-off-by: David Nind Signed-off-by: Katrin Fischer Signed-off-by: Jonathan Druart --- .../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 %]