View | Details | Raw Unified | Return to bug 20831
Collapse All | Expand All

(-)a/koha-tmpl/intranet-tmpl/prog/en/modules/members/holdshistory.tt (-2 / +1 lines)
Lines 110-116 Link Here
110
    <script type="text/javascript" id="js">
110
    <script type="text/javascript" id="js">
111
        $(document).ready(function() {
111
        $(document).ready(function() {
112
            var columns_settings = [% ColumnsSettings.GetColumns('members', 'holdshistory', 'holdshistory-table', 'json') %];
112
            var columns_settings = [% ColumnsSettings.GetColumns('members', 'holdshistory', 'holdshistory-table', 'json') %];
113
            var table = KohaTable("#table_holdshistory", {
113
            var table = KohaTable("table_holdshistory", {
114
                "sPaginationType": "four_button",
114
                "sPaginationType": "four_button",
115
                "aaSorting": [[4, 'desc']],
115
                "aaSorting": [[4, 'desc']],
116
                "sDom": 'C<"top pager"ilpfB><"#filter_c">tr<"bottom pager"ip>',
116
                "sDom": 'C<"top pager"ilpfB><"#filter_c">tr<"bottom pager"ip>',
117
- 

Return to bug 20831