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

(-)a/koha-tmpl/intranet-tmpl/prog/en/modules/acqui/acqui-home.tt (-3 / +2 lines)
Lines 217-223 Link Here
217
        dt_overwrite_html_sorting_localeCompare();
217
        dt_overwrite_html_sorting_localeCompare();
218
218
219
        $(document).ready(function() {
219
        $(document).ready(function() {
220
            var column_settings = [% TablesSettings.GetColumns( 'acqui', 'acq_acqui-home', 'accounts', 'json' ) | $raw %];
220
            var table_settings = [% TablesSettings.GetTableSettings( 'acqui', 'acq_acqui-home', 'accounts', 'json' ) | $raw %];
221
            var oTable = KohaTable("accounts", {
221
            var oTable = KohaTable("accounts", {
222
                "fnDrawCallback": function ( oSettings ) {
222
                "fnDrawCallback": function ( oSettings ) {
223
                    if ( oSettings.aiDisplay.length == 0 )
223
                    if ( oSettings.aiDisplay.length == 0 )
Lines 257-263 Link Here
257
                'aaSortingFixed': [[ 1, 'asc' ]],
257
                'aaSortingFixed': [[ 1, 'asc' ]],
258
                'bPaginate': false,
258
                'bPaginate': false,
259
                "bAutoWidth": false
259
                "bAutoWidth": false
260
            }, column_settings );
260
            }, table_settings );
261
261
262
            $(oTable).treetable({
262
            $(oTable).treetable({
263
                expandable: true
263
                expandable: true
264
- 

Return to bug 30938