From 709b850b13c63b4da21fe7ad1f1460caa108f05a Mon Sep 17 00:00:00 2001 From: Andrew Isherwood Date: Fri, 1 Mar 2019 11:46:32 +0000 Subject: [PATCH] Bug 21063: (follow-up) Fix more rebase problems More minor rebase problems fixed Signed-off-by: Josef Moravec --- koha-tmpl/intranet-tmpl/prog/en/modules/ill/ill-requests.tt | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/koha-tmpl/intranet-tmpl/prog/en/modules/ill/ill-requests.tt b/koha-tmpl/intranet-tmpl/prog/en/modules/ill/ill-requests.tt index aa13fb0..667c3e1 100644 --- a/koha-tmpl/intranet-tmpl/prog/en/modules/ill/ill-requests.tt +++ b/koha-tmpl/intranet-tmpl/prog/en/modules/ill/ill-requests.tt @@ -966,7 +966,7 @@ }); // Initialise the datatable - var illTable = KohaTable("ill-requests", { + table = KohaTable("ill-requests", { 'aoColumnDefs': [ { // Last column shouldn't be sortable or searchable 'aTargets': [ 'actions' ], @@ -1062,7 +1062,7 @@ // ones $('#illfilter_form').submit(function(event) { event.preventDefault(); - table.search('').columns().search(''); + table.api().search('').columns().search(''); for (var active in activeFilters) { if (activeFilters.hasOwnProperty(active)) { activeFilters[active](); -- 2.1.4