@@ -, +, @@ --- svc/checkouts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) --- a/svc/checkouts +++ a/svc/checkouts @@ -247,7 +247,7 @@ while ( my $c = $sth->fetchrow_hashref() ) { onsite_checkout => $c->{onsite_checkout}, enumchron => $c->{enumchron}, renewals_count => $renewals_count, - renewals_allowed => $renewals_allowed, + renewals_allowed => $renewals_allowed || 0, renewals_remaining => $renewals_remaining, unseen_count => $unseen_count, unseen_allowed => $unseen_allowed, --