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

(-)a/koha-tmpl/intranet-tmpl/prog/js/datatables.js (-2 / +1 lines)
Lines 1040-1046 function _dt_add_filters(table_node, table_dt, filters_options = {}) { Link Here
1040
1040
1041
                        if (
1041
                        if (
1042
                            table_dt.settings()[0].ajax !== null &&
1042
                            table_dt.settings()[0].ajax !== null &&
1043
                            table_node.attr("id") !== "item_search"
1043
                            $(table_node)?.attr("id") !== "item_search"
1044
                        ) {
1044
                        ) {
1045
                            optionValue = `^${this._id}$`;
1045
                            optionValue = `^${this._id}$`;
1046
                        }
1046
                        }
1047
- 

Return to bug 40565