Browse Source

Bug 9573: (follow-up) Lost items report - add KohaTable to itemlost

Signed-off-by: Katrin Fischer <katrin.fischer.83@web.de>

Signed-off-by: Séverine QUEUNE <severine.queune@bulac.fr>

Signed-off-by: Katrin Fischer <katrin.fischer.83@web.de>

Signed-off-by: Jonathan Druart <jonathan.druart@bugs.koha-community.org>
18.05.x
Jonathan Druart 7 years ago
parent
commit
8b5b1a0358
  1. 2
      koha-tmpl/intranet-tmpl/prog/js/checkouts.js

2
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,

Loading…
Cancel
Save