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 860-865 function buildPatronSearchQuery(term, options) { Link Here
860
    if (
860
    if (
861
        typeof options !== "undefined" &&
861
        typeof options !== "undefined" &&
862
        ((options.search_fields == "standard" &&
862
        ((options.search_fields == "standard" &&
863
            options.extended_attribute_types &&
863
            options.extended_attribute_types.length > 0) ||
864
            options.extended_attribute_types.length > 0) ||
864
            searched_attribute_fields.length > 0) &&
865
            searched_attribute_fields.length > 0) &&
865
        extendedPatronAttributes
866
        extendedPatronAttributes
866
- 

Return to bug 36025