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

(-)a/koha-tmpl/intranet-tmpl/prog/js/staff-global.js (-2 / +1 lines)
Lines 534-540 function buildPatronSearchQuery(term, options) { Link Here
534
534
535
    // Bail if no patterns
535
    // Bail if no patterns
536
    if (patterns.length == 0) {
536
    if (patterns.length == 0) {
537
        return;
537
        return q;
538
    }
538
    }
539
539
540
    // Leading wildcard: If search_type option exists, we use that
540
    // Leading wildcard: If search_type option exists, we use that
541
- 

Return to bug 34592