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

(-)a/opac/opac-downloadshelf.pl (-2 / +1 lines)
Lines 90-96 if ( $shelf and $shelf->can_be_viewed( $borrowernumber ) ) { Link Here
90
                my $biblionumber = $content->biblionumber;
90
                my $biblionumber = $content->biblionumber;
91
91
92
                my $biblio = Koha::Biblios->find($biblionumber);
92
                my $biblio = Koha::Biblios->find($biblionumber);
93
                my $record = $biblio->metadata->record->(
93
                my $record = $biblio->metadata->record(
94
                    {
94
                    {
95
                        embed_items => 1,
95
                        embed_items => 1,
96
                        opac        => 1,
96
                        opac        => 1,
97
- 

Return to bug 33069