|
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 |
- |
|
|