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

(-)a/koha-tmpl/opac-tmpl/bootstrap/en/modules/opac-detail.tt (-3 / +4 lines)
Lines 1452-1458 Link Here
1452
                { "targets": [ -1 ], "sortable": false, "searchable": false },
1452
                { "targets": [ -1 ], "sortable": false, "searchable": false },
1453
                { "type": "title-string", "targets" : [ "title-string" ] }
1453
                { "type": "title-string", "targets" : [ "title-string" ] }
1454
                ],
1454
                ],
1455
            "bKohaColumnsUseNames": true
1455
            "bKohaColumnsUseNames": true,
1456
            "autoWidth": false
1456
        }, columns_settings);
1457
        }, columns_settings);
1457
1458
1458
        KohaTable("#otherholdingst", {
1459
        KohaTable("#otherholdingst", {
Lines 1461-1467 Link Here
1461
                { "targets": [ -1 ], "sortable": false, "searchable": false },
1462
                { "targets": [ -1 ], "sortable": false, "searchable": false },
1462
                { "type": "title-string", "targets" : [ "title-string" ] }
1463
                { "type": "title-string", "targets" : [ "title-string" ] }
1463
                ],
1464
                ],
1464
            "bKohaColumnsUseNames": true
1465
            "bKohaColumnsUseNames": true,
1466
            "autoWidth": false
1465
        }, columns_settings);
1467
        }, columns_settings);
1466
1468
1467
        var serial_column_settings = [% ColumnsSettings.GetColumns( 'opac', 'biblio-detail', 'subscriptionst', 'json' ) | $raw %];
1469
        var serial_column_settings = [% ColumnsSettings.GetColumns( 'opac', 'biblio-detail', 'subscriptionst', 'json' ) | $raw %];
1468
- 

Return to bug 22816