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

(-)a/koha-tmpl/intranet-tmpl/prog/en/modules/acqui/acqui-home.tt (-1 / +1 lines)
Lines 248-254 Link Here
248
                    ],
248
                    ],
249
                    "ordering": true,
249
                    "ordering": true,
250
                    "orderFixed": [[ 1, 'asc' ]],
250
                    "orderFixed": [[ 1, 'asc' ]],
251
                    "paginate": false,
251
                    "paging": false,
252
                    "autoWidth": false
252
                    "autoWidth": false
253
                }, table_settings );
253
                }, table_settings );
254
                let table_dt = oTable.DataTable();
254
                let table_dt = oTable.DataTable();
(-)a/koha-tmpl/intranet-tmpl/prog/en/modules/admin/aqbudgets.tt (-2 / +1 lines)
Lines 717-723 Link Here
717
                        ],
717
                        ],
718
                        "ordering": true,
718
                        "ordering": true,
719
                        "orderFixed": [[ 1, 'asc' ]],
719
                        "orderFixed": [[ 1, 'asc' ]],
720
                        "paginate": false,
720
                        "paging": false,
721
                        "autoWidth": false
721
                        "autoWidth": false
722
                    });
722
                    });
723
                    let table_dt = oTable.DataTable();
723
                    let table_dt = oTable.DataTable();
724
- 

Return to bug 40988