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

(-)a/admin/columns_settings.yml (-1 / +3 lines)
Lines 7-16 modules: Link Here
7
              columnname: active
7
              columnname: active
8
              cannot_be_toggled: 1
8
              cannot_be_toggled: 1
9
              cannot_be_modified: 1
9
              cannot_be_modified: 1
10
              is_hidden: 1
10
            -
11
            -
11
              columnname: budget_period_descriptions
12
              columnname: budget_period_descriptions
12
              cannot_be_toggled: 1
13
              cannot_be_toggled: 1
13
              cannot_be_modified: 1
14
              cannot_be_modified: 1
15
              is_hidden: 1
14
            -
16
            -
15
              columnname: fund_code
17
              columnname: fund_code
16
            -
18
            -
Lines 2548-2551 modules: Link Here
2548
            -
2550
            -
2549
              columnname: actions
2551
              columnname: actions
2550
              cannot_be_toggled: 1
2552
              cannot_be_toggled: 1
2551
              cannot_be_modified: 1
2553
              cannot_be_modified: 1
(-)a/koha-tmpl/intranet-tmpl/prog/en/modules/acqui/acqui-home.tt (-2 lines)
Lines 244-250 Link Here
244
                    footer_column_sum( api, [ 6, 7, 8, 9 ] );
244
                    footer_column_sum( api, [ 6, 7, 8, 9 ] );
245
                },
245
                },
246
                "columnDefs": [
246
                "columnDefs": [
247
                    { "visible": false, "targets": [ 0, 1 ] },
248
                    { "orderable": false, "targets": ["_all"] }
247
                    { "orderable": false, "targets": ["_all"] }
249
                ],
248
                ],
250
                "ordering": true,
249
                "ordering": true,
251
- 

Return to bug 39169