From cca028f9e20561096d82f6649d805e28edbf2666 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 Signed-off-by: Martin Renvoize --- .../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 c7588efddb..8bb5e07d85 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 @@ -327,10 +327,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