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