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

(-)a/opac/opac-export.pl (-2 / +1 lines)
Lines 66-72 my $biblio = Koha::Biblios->find($biblionumber); Link Here
66
my $marc = $biblio
66
my $marc = $biblio
67
  ? $biblio->metadata->record(
67
  ? $biblio->metadata->record(
68
    {
68
    {
69
        embed_items => 1,
69
        embed_items => $include_items,
70
        opac        => 1,
70
        opac        => 1,
71
        patron      => $patron,
71
        patron      => $patron,
72
    }
72
    }
73
- 

Return to bug 37376