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

(-)a/koha-tmpl/intranet-tmpl/prog/js/staff-global.js (-1 / +1 lines)
Lines 909-914 function buildPatronSearchQuery(term, options) { Link Here
909
    if (
909
    if (
910
        typeof options !== "undefined" &&
910
        typeof options !== "undefined" &&
911
        ((options.search_fields == "standard" &&
911
        ((options.search_fields == "standard" &&
912
            options.extended_attribute_types &&
912
            options.extended_attribute_types.length > 0) ||
913
            options.extended_attribute_types.length > 0) ||
913
            searched_attribute_fields.length > 0) &&
914
            searched_attribute_fields.length > 0) &&
914
        extendedPatronAttributes
915
        extendedPatronAttributes
915
- 

Return to bug 36025