View | Details | Raw Unified | Return to bug 28768
Collapse All | Expand All

(-)a/opac/opac-readingrecord.pl (-3 lines)
Lines 56-63 my ( $template, $borrowernumber, $cookie ) = get_template_and_user( Link Here
56
56
57
my $borr = Koha::Patrons->find( $borrowernumber )->unblessed;
57
my $borr = Koha::Patrons->find( $borrowernumber )->unblessed;
58
58
59
$template->param(%{$borr});
60
61
my $itemtypes = { map { $_->{itemtype} => $_ } @{ Koha::ItemTypes->search_with_localization->unblessed } };
59
my $itemtypes = { map { $_->{itemtype} => $_ } @{ Koha::ItemTypes->search_with_localization->unblessed } };
62
60
63
# get the record
61
# get the record
64
- 

Return to bug 28768