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

(-)a/koha-tmpl/intranet-tmpl/prog/js/staff-global.js (-2 / +1 lines)
Lines 605-611 function buildPatronSearchQuery(term, options) { Link Here
605
        });
605
        });
606
    // If not, we use DefaultPatronSearchFields system preference instead
606
    // If not, we use DefaultPatronSearchFields system preference instead
607
    } else {
607
    } else {
608
        search_fields = defaultPatronSearchFields;
608
        search_fields = defaultPatronSearchFields.split('\|');
609
    }
609
    }
610
610
611
    // Add each pattern for each search field
611
    // Add each pattern for each search field
612
- 

Return to bug 35303