From 513ff573f5133f970cf035acce7ad44ca65978a2 Mon Sep 17 00:00:00 2001 From: Jonathan Druart Date: Mon, 16 Oct 2017 12:10:03 -0300 Subject: [PATCH] Bug 9573: (follow-up) Lost items report - add KohaTable to itemlost MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Katrin Fischer Signed-off-by: Séverine QUEUNE --- koha-tmpl/intranet-tmpl/prog/js/checkouts.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/koha-tmpl/intranet-tmpl/prog/js/checkouts.js b/koha-tmpl/intranet-tmpl/prog/js/checkouts.js index 1d16823045..5167ee12ae 100644 --- a/koha-tmpl/intranet-tmpl/prog/js/checkouts.js +++ b/koha-tmpl/intranet-tmpl/prog/js/checkouts.js @@ -181,7 +181,7 @@ $(document).ready(function() { $('#issues-table').show(); $('#issues-table-actions').show(); - issuesTable = KohaTable("#issues-table", { + issuesTable = KohaTable("issues-table", { "oLanguage": { "sEmptyTable" : MSG_DT_LOADING_RECORDS, "sProcessing": MSG_DT_LOADING_RECORDS, -- 2.11.0