@@ -, +, @@ opac-user.pl --- opac/opac-user.pl | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) --- a/opac/opac-user.pl +++ a/opac/opac-user.pl @@ -195,7 +195,7 @@ if ( $pending_checkouts->count ) { # Useless test { borrowernumber => $patron->borrowernumber, amountoutstanding => { '>' => 0 }, - accounttype => 'Rent', + accounttype => { 'LIKE' => 'RENT_%' }, itemnumber => $issue->{itemnumber} } ); --