Browse Source

Bug 20831: Fix KohaTable calls after bug 9573

Test plan:
0) Do not apply the patch
1) Confirm not working datatable on patrons hold history page
2) Apply the patch
3) The table should be working now

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

Signed-off-by: Jonathan Druart <jonathan.druart@bugs.koha-community.org>

Signed-off-by: Nick Clemens <nick@bywatersolutions.com>
18.11.x
Josef Moravec 6 years ago
committed by Nick Clemens
parent
commit
9bd9d28874
  1. 2
      koha-tmpl/intranet-tmpl/prog/en/modules/members/holdshistory.tt

2
koha-tmpl/intranet-tmpl/prog/en/modules/members/holdshistory.tt

@ -110,7 +110,7 @@
<script type="text/javascript" id="js">
$(document).ready(function() {
var columns_settings = [% ColumnsSettings.GetColumns('members', 'holdshistory', 'holdshistory-table', 'json') %];
var table = KohaTable("#table_holdshistory", {
var table = KohaTable("table_holdshistory", {
"sPaginationType": "four_button",
"aaSorting": [[4, 'desc']],
"sDom": 'C<"top pager"ilpfB><"#filter_c">tr<"bottom pager"ip>',

Loading…
Cancel
Save