Bug 8612: [Follow-up] Make usage and type different columns in table
[koha.git] / basket / downloadcart.pl
index f5cec95..278b2c7 100755 (executable)
@@ -90,7 +90,7 @@ if ($bib_list && $format) {
     print $output;
 
 } else { 
-    $template->param(csv_profiles => [ Koha::CsvProfiles->search({ type => 'marc' }) ]);
+    $template->param(csv_profiles => [ Koha::CsvProfiles->search({ type => 'marc', used_for => 'export_records' }) ]);
     $template->param(bib_list => $bib_list); 
     output_html_with_http_headers $query, $cookie, $template->output;
 }