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

(-)a/C4/ILSDI/Services.pm (-1 / +3 lines)
Lines 480-485 sub GetPatronInfo { Link Here
480
        $borrower->{'attributes'} = $attrs;
480
        $borrower->{'attributes'} = $attrs;
481
    }
481
    }
482
482
483
    # Add is expired information
484
    $borrower->{'is_expired'} = $patron->is_expired ? 1 : 0;
485
483
    return $borrower;
486
    return $borrower;
484
}
487
}
485
488
486
- 

Return to bug 21832