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

(-)a/admin/columns_settings.yml (+1 lines)
Lines 1385-1390 modules: Link Here
1385
    holdshistory:
1385
    holdshistory:
1386
      holdshistory-table:
1386
      holdshistory-table:
1387
        default_display_length: 20
1387
        default_display_length: 20
1388
        default_sort_order: 3
1388
        columns:
1389
        columns:
1389
            -
1390
            -
1390
              columnname: title
1391
              columnname: title
(-)a/koha-tmpl/intranet-tmpl/prog/en/modules/members/holdshistory.tt (-2 lines)
Lines 151-157 Link Here
151
            [% END %]
151
            [% END %]
152
            var table = KohaTable("table_holdshistory", {
152
            var table = KohaTable("table_holdshistory", {
153
                "pagingType": "full",
153
                "pagingType": "full",
154
                "order": [[4, 'desc']]
155
            }, table_settings);
154
            }, table_settings);
156
        });
155
        });
157
    </script>
156
    </script>
158
- 

Return to bug 38778