From ba70ff412d422cc66253f9495e3b7144afffe240 Mon Sep 17 00:00:00 2001 From: Owen Leonard Date: Thu, 18 Feb 2021 18:07:02 +0000 Subject: [PATCH] Bug 24624: Remove unused jquery.cookie.js plugin This patch removes inclusion of the jquery.cookie.js plugin from the "Receive orders" page in Acquisitions. It is unused. To test apply the patch and follow the process for receiving an order in Acquisitions: - Acquisitions -> Vendor -> Receive shipments -> Receive a new shipment - The table of pending orders should display correctly, and there should be no JavaScript errors in the browser console. Signed-off-by: David Nind --- koha-tmpl/intranet-tmpl/prog/en/modules/acqui/parcel.tt | 1 - 1 file changed, 1 deletion(-) diff --git a/koha-tmpl/intranet-tmpl/prog/en/modules/acqui/parcel.tt b/koha-tmpl/intranet-tmpl/prog/en/modules/acqui/parcel.tt index c9253973f0..40fa162bdb 100644 --- a/koha-tmpl/intranet-tmpl/prog/en/modules/acqui/parcel.tt +++ b/koha-tmpl/intranet-tmpl/prog/en/modules/acqui/parcel.tt @@ -328,7 +328,6 @@ [% Asset.js("js/acquisitions-menu.js") | $raw %] [% INCLUDE 'datatables.inc' %] [% Asset.js("lib/jquery/plugins/jquery.dataTables.columnFilter.js") | $raw %] - [% Asset.js("lib/jquery/plugins/jquery.cookie.min.js") | $raw %]