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

(-)a/C4/Members.pm (-2 / +1 lines)
Lines 2126-2132 sub GetBorrowersToExpunge { Link Here
2126
        LEFT JOIN old_issues USING (borrowernumber)
2126
        LEFT JOIN old_issues USING (borrowernumber)
2127
        LEFT JOIN issues USING (borrowernumber) 
2127
        LEFT JOIN issues USING (borrowernumber) 
2128
        WHERE  category_type <> 'S'
2128
        WHERE  category_type <> 'S'
2129
        AND tmp.guarantorid IS NOT NULL
2129
        AND tmp.guarantorid IS NULL
2130
   |;
2130
   |;
2131
2131
2132
    my @query_params;
2132
    my @query_params;
2133
- 

Return to bug 13740