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

(-)a/circ/renew.pl (-1 / +5 lines)
Lines 75-80 if ( $op eq 'cud-renew' && $barcode ) { Link Here
75
                ( $can_renew, $error, $info ) = CanBookBeRenewed( $patron, $checkout, $override_limit );
75
                ( $can_renew, $error, $info ) = CanBookBeRenewed( $patron, $checkout, $override_limit );
76
                push @{$confirmations}, 'RENEWAL_LIMIT' if $override_limit;
76
                push @{$confirmations}, 'RENEWAL_LIMIT' if $override_limit;
77
77
78
                if ( $can_renew && $error && ( $error eq 'auto_renew' ) ) {
79
80
                    # While scheduled for auto renewal, we are able to renew this one according to rules, so not a problem
81
                    $error = undef;
82
                }
78
                if ( $error && ( $error eq 'auto_renew_final' ) ) {
83
                if ( $error && ( $error eq 'auto_renew_final' ) ) {
79
84
80
                    # This error implies it can be renewed - but not again after this, so no error
85
                    # This error implies it can be renewed - but not again after this, so no error
81
- 

Return to bug 41090