Bug 10403: (follow-up) fix test to use vendor created earlier during test
[koha.git] / virtualshelves / downloadshelf.pl
index 1f6ddd9..5c59f79 100755 (executable)
@@ -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;
 }