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

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

Return to bug 28768