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

(-)a/Koha/Patrons.pm (-1 / +1 lines)
Lines 237-242 sub search_unsubscribed { Link Here
237
    return $class->search(
237
    return $class->search(
238
        {
238
        {
239
            'patron_consents.refused_on' => { '<=' => $str },
239
            'patron_consents.refused_on' => { '<=' => $str },
240
            'patron_consents.type' => 'GDPR_PROCESSING',
240
            'login_attempts' => $cond,
241
            'login_attempts' => $cond,
241
        },
242
        },
242
        { join => 'patron_consents' },
243
        { join => 'patron_consents' },
243
- 

Return to bug 31937