}
);
my $patron = Koha::Patrons->find( $borrowernumber );
my %renewed = map { $_ => 1 } split( ':', $query->param('renewed') );
my $show_priority;
-