@@ -, +, @@ --- opac/opac-readingrecord.pl | 2 -- 1 file changed, 2 deletions(-) --- a/opac/opac-readingrecord.pl +++ a/opac/opac-readingrecord.pl @@ -56,8 +56,6 @@ my ( $template, $borrowernumber, $cookie ) = get_template_and_user( my $borr = Koha::Patrons->find( $borrowernumber )->unblessed; -$template->param(%{$borr}); - my $itemtypes = { map { $_->{itemtype} => $_ } @{ Koha::ItemTypes->search_with_localization->unblessed } }; # get the record --