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

(-)a/koha-tmpl/intranet-tmpl/prog/en/includes/patron-search.inc (-1 / +3 lines)
Lines 857-862 Link Here
857
        function filter() {
857
        function filter() {
858
            let parent_block = $("#[% search_results_block_id | html %]");
858
            let parent_block = $("#[% search_results_block_id | html %]");
859
            let patron_search_form = get_patron_search_form();
859
            let patron_search_form = get_patron_search_form();
860
            // Empty header filters. Do not need to deal with selects.
861
            let table_node = $("#[% table_id | html %]");
862
            table_node.find('thead tr:eq(1) th input').val("");
860
            [% IF redirect_if_attribute_equal %]
863
            [% IF redirect_if_attribute_equal %]
861
                let filter = patron_search_form.find(".search_patron_filter").val();
864
                let filter = patron_search_form.find(".search_patron_filter").val();
862
                if ( filter ) {
865
                if ( filter ) {
863
- 

Return to bug 38116