|
Lines 156-162
Link Here
|
| 156 |
[% INCLUDE 'columns_settings.inc' %] |
156 |
[% INCLUDE 'columns_settings.inc' %] |
| 157 |
<script id="js"> |
157 |
<script id="js"> |
| 158 |
$(document).ready(function() { |
158 |
$(document).ready(function() { |
| 159 |
var table_settings = [% TablesSettings.GetTableSettings('members', 'checkouthistory', 'checkouthistory-table', 'json') %]; |
159 |
var table_settings = [% TablesSettings.GetTableSettings('members', 'checkouthistory', 'checkouthistory-table', 'json') | $raw %]; |
| 160 |
var table = KohaTable("table_readingrec", { |
160 |
var table = KohaTable("table_readingrec", { |
| 161 |
"sPaginationType": "full", |
161 |
"sPaginationType": "full", |
| 162 |
"aaSorting": [[10, 'desc']] |
162 |
"aaSorting": [[10, 'desc']] |