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

(-)a/circ/renew.pl (-2 / +1 lines)
Lines 63-69 if ($barcode) { Link Here
63
63
64
        if ($issue) {
64
        if ($issue) {
65
65
66
            $borrower = $issue->borrower();
66
            $borrower = $issue->patron();
67
            
67
            
68
            if ( ( $borrower->debarred() || q{} ) lt dt_from_string()->ymd() ) {
68
            if ( ( $borrower->debarred() || q{} ) lt dt_from_string()->ymd() ) {
69
                my $can_renew;
69
                my $can_renew;
70
- 

Return to bug 29380