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

(-)a/koha-tmpl/intranet-tmpl/prog/js/datatables.js (-2 / +1 lines)
Lines 1052-1058 function _dt_add_filters(table_node, table_dt, filters_options = {}) { Link Here
1052
                }
1052
                }
1053
                $(filters_options[i]).each(function () {
1053
                $(filters_options[i]).each(function () {
1054
                    let o = $(
1054
                    let o = $(
1055
                        '<option value="%s">%s</option>'.format(
1055
                        '<option value="^%s$">%s</option>'.format(
1056
                            this._id,
1056
                            this._id,
1057
                            this._str
1057
                            this._str
1058
                        )
1058
                        )
1059
- 

Return to bug 39473