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

(-)a/koha-tmpl/intranet-tmpl/prog/js/datatables.js (-2 / +1 lines)
Lines 1059-1065 function _dt_add_filters(table_node, table_dt, filters_options = {}) { Link Here
1059
                }
1059
                }
1060
                $(filters_options[i])
1060
                $(filters_options[i])
1061
                    .filter(function () {
1061
                    .filter(function () {
1062
                        return this._id && this._str;
1062
                        return this._id !== "" && this._str !== "";
1063
                    })
1063
                    })
1064
                    .each(function () {
1064
                    .each(function () {
1065
                        let optionValue =
1065
                        let optionValue =
1066
- 

Return to bug 40516