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

(-)a/koha-tmpl/opac-tmpl/bootstrap/en/modules/opac-detail.tt (-2 / +1 lines)
Lines 1890-1896 Link Here
1890
1890
1891
            var serial_table_settings = [% TablesSettings.GetTableSettings( 'opac', 'biblio-detail', 'subscriptionst', 'json' ) | $raw %];
1891
            var serial_table_settings = [% TablesSettings.GetTableSettings( 'opac', 'biblio-detail', 'subscriptionst', 'json' ) | $raw %];
1892
1892
1893
            $("#subscriptionst").kohaTable(
1893
            $(".subscriptionst").kohaTable(
1894
                {
1894
                {
1895
                    dom: '<"clearfix">t',
1895
                    dom: '<"clearfix">t',
1896
                    sorting: [[1, "desc"]],
1896
                    sorting: [[1, "desc"]],
1897
- 

Return to bug 39513