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

(-)a/koha-tmpl/intranet-tmpl/prog/en/includes/patron-search.inc (-3 / +1 lines)
Lines 847-854 Link Here
847
                    searched += paron_search_form.find("select[name='sort2_filter']").val();
847
                    searched += paron_search_form.find("select[name='sort2_filter']").val();
848
                }
848
                }
849
            }
849
            }
850
            patron_search_form.find(".searchpattern").text(searched);
850
            parent_block.find(".searchpattern").text(searched).parent().show();
851
            patron_search_form.find(".searchpattern").parent().show();
852
        }
851
        }
853
852
854
        function filter() {
853
        function filter() {
855
- 

Return to bug 38112