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

(-)a/koha-tmpl/intranet-tmpl/prog/js/datatables.js (-1 / +1 lines)
Lines 1245-1250 function _dt_save_restore_state(table_settings, external_filter_nodes = {}) { Link Here
1245
        }
1245
        }
1246
1246
1247
        state = _dt_force_visibility(table_settings, this.api(), state);
1247
        state = _dt_force_visibility(table_settings, this.api(), state);
1248
        state.start = 0;
1248
1249
1249
        return state;
1250
        return state;
1250
    };
1251
    };
1251
- 

Return to bug 41992