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 861-866 Link Here
861
            function filter() {
861
            function filter() {
862
                let parent_block = $("#[% search_results_block_id | html %]");
862
                let parent_block = $("#[% search_results_block_id | html %]");
863
                let patron_search_form = get_patron_search_form();
863
                let patron_search_form = get_patron_search_form();
864
                // Empty header filters. Do not need to deal with selects.
865
                let table_node = $("#[% table_id | html %]");
866
                table_node.find('thead tr:eq(1) th input').val("");
864
                [% IF redirect_if_attribute_equal %]
867
                [% IF redirect_if_attribute_equal %]
865
                    let filter = patron_search_form.find(".search_patron_filter").val();
868
                    let filter = patron_search_form.find(".search_patron_filter").val();
866
                    if ( filter ) {
869
                    if ( filter ) {
867
- 

Return to bug 38116