Bug 10853: All existing routing to get a CSV should return a MARC csv
[koha.git] / basket / basket.pl
index d33216c..04f28de 100755 (executable)
@@ -121,7 +121,7 @@ my $resultsarray = \@results;
 
 $template->param(
     BIBLIO_RESULTS => $resultsarray,
-    csv_profiles => GetCsvProfilesLoop(),
+    csv_profiles => GetCsvProfilesLoop('marc'),
     bib_list => $bib_list,
 );