Bug 8015: (follow-up) update stage_file.pl
[koha.git] / opac / opac-downloadcart.pl
index 3a4cdc1..12d6777 100755 (executable)
@@ -89,7 +89,7 @@ if ($bib_list && $format) {
     print $output;
 
 } else { 
-    $template->param(csv_profiles => GetCsvProfilesLoop());
+    $template->param(csv_profiles => GetCsvProfilesLoop('marc'));
     $template->param(bib_list => $bib_list); 
     output_html_with_http_headers $query, $cookie, $template->output;
 }