From 37bc7b205f05f71cc119e567de987dc8d667b162 Mon Sep 17 00:00:00 2001 From: Jonathan Druart Date: Thu, 16 Dec 2021 12:05:46 +0100 Subject: [PATCH] Bug 29648: Duplicate orders view - no change No change expected here, only removing commented-out code. Signed-off-by: Owen Leonard --- .../intranet-tmpl/prog/en/modules/acqui/duplicate_orders.tt | 3 +-- 1 file changed, 1 insertion(+), 2 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 30fdf74cac..9ac78e25e8 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 @@ -328,10 +328,9 @@ Acquisitions › Koha var MSG_NO_FUND_SELECTED = _("No fund selected."); $(document).ready(function() { $('span.hint').hide(); - var columns_settings;// = [% TablesSettings.GetColumns( 'acqui', 'histsearch', 'histsearcht', 'json' ) | $raw %]; KohaTable("table_orders", { "bPaginate": false - }, columns_settings ); + }); [% IF op == 'search' OR op == 'select' %] patron_autocomplete({ -- 2.20.1