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

(-)a/koha-tmpl/opac-tmpl/bootstrap/en/modules/opac-detail.tt (-1 / +1 lines)
Lines 1469-1474 Link Here
1469
1469
1470
        KohaTable("#subscriptionst", {
1470
        KohaTable("#subscriptionst", {
1471
            dom: '<"clearfix">t',
1471
            dom: '<"clearfix">t',
1472
            "sorting": [[ 1, "desc" ]],
1472
            "columnDefs": [
1473
            "columnDefs": [
1473
                { "type": "title-string", "targets" : [ "title-string" ] }
1474
                { "type": "title-string", "targets" : [ "title-string" ] }
1474
                ],
1475
                ],
1475
- 

Return to bug 21845