Bug 8612: [Follow-up] Make usage and type different columns in table
[koha.git] / basket / basket.pl
index 62a37ab..14f661f 100755 (executable)
@@ -122,7 +122,7 @@ my $resultsarray = \@results;
 
 $template->param(
     BIBLIO_RESULTS => $resultsarray,
-    csv_profiles => [ Koha::CsvProfiles->search({ type => 'marc' }) ],
+    csv_profiles => [ Koha::CsvProfiles->search({ type => 'marc', used_for => 'export_records' }) ],
     bib_list => $bib_list,
 );