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

(-)a/C4/Members.pm (-1 / +1 lines)
Lines 406-411 sub GetBorrowersToExpunge { Link Here
406
        $query .= q| LEFT JOIN patron_list_patrons USING (borrowernumber)|;
406
        $query .= q| LEFT JOIN patron_list_patrons USING (borrowernumber)|;
407
    }
407
    }
408
    $query .= q| WHERE  category_type <> 'S'
408
    $query .= q| WHERE  category_type <> 'S'
409
        AND ( borrowers.flags IS NULL OR borrowers.flags = 0 )
409
        AND tmp.guarantor_id IS NULL
410
        AND tmp.guarantor_id IS NULL
410
    |;
411
    |;
411
    my @query_params;
412
    my @query_params;
412
- 

Return to bug 26517