bug 5579 : Fixes several exports to embed items
[koha.git] / opac / opac-downloadshelf.pl
index ab1fe8d..ee9b0b1 100755 (executable)
@@ -68,7 +68,7 @@ if ($shelfid && $format) {
         foreach my $biblio (@$items) {
             my $biblionumber = $biblio->{biblionumber};
 
-            my $record = GetMarcBiblio($biblionumber);
+            my $record = GetMarcBiblio($biblionumber, 1);
             next unless $record;
 
             if ($format eq 'iso2709') {