X-Git-Url: http://koha-dev.rot13.org:8081/gitweb/?a=blobdiff_plain;f=virtualshelves%2Fdownloadshelf.pl;h=5c59f792932fff7e9f16164546c8a5b8b28543dc;hb=fd22187914afe5c806a98ea6eda0b2d0b455ab36;hp=1f6ddd98afb7470c476a588a86cfbf6a5f5c2e14;hpb=6636d695ff89808bdb1afaf4cd7a61815282c4f9;p=koha_fer diff --git a/virtualshelves/downloadshelf.pl b/virtualshelves/downloadshelf.pl index 1f6ddd98af..5c59f79293 100755 --- a/virtualshelves/downloadshelf.pl +++ b/virtualshelves/downloadshelf.pl @@ -88,7 +88,7 @@ if ($shelfid && $format) { print $output; } else { - $template->param(csv_profiles => GetCsvProfilesLoop()); + $template->param(csv_profiles => GetCsvProfilesLoop('marc')); $template->param(shelfid => $shelfid); output_html_with_http_headers $query, $cookie, $template->output; }