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

(-)a/koha-tmpl/intranet-tmpl/prog/en/modules/serials/serials-collection.tt (-2 / +1 lines)
Lines 360-366 Link Here
360
                $("#subscription_years a:first").tab("show");
360
                $("#subscription_years a:first").tab("show");
361
            }
361
            }
362
            $(".subscription-year-table").kohaTable({
362
            $(".subscription-year-table").kohaTable({
363
                order: [[0, "desc"]],
363
                order: [[1, "desc"]],
364
                dom: "t",
364
                dom: "t",
365
                autoWidth: false,
365
                autoWidth: false,
366
                paging: false,
366
                paging: false,
367
- 

Return to bug 39406