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

(-)a/opac/opac-ISBDdetail.pl (-2 / +1 lines)
Lines 77-83 my ( $template, $loggedinuser, $cookie ) = get_template_and_user( Link Here
77
);
77
);
78
78
79
79
80
my $biblio = Koha::Biblios->find( $biblionumber, { prefetch => 'metadata' } );
80
my $biblio = Koha::Biblios->find( $biblionumber, { prefetch => [ 'metadata', 'items' ] } );
81
my $patron = Koha::Patrons->find($loggedinuser);
81
my $patron = Koha::Patrons->find($loggedinuser);
82
82
83
my $opachiddenitems_rules;
83
my $opachiddenitems_rules;
84
- 

Return to bug 22696