Bug 25402: Put OPAC cart download options into dropdown menu
[koha-equinox.git] / opac / opac-basket.pl
index 6a454be..4a8d9f4 100755 (executable)
@@ -26,7 +26,7 @@ use C4::Circulation;
 use C4::Auth;
 use C4::Output;
 use Koha::RecordProcessor;
-
+use Koha::CsvProfiles;
 use Koha::AuthorisedValues;
 
 my $query = new CGI;
@@ -167,6 +167,7 @@ my $resultsarray = \@results;
 # my $itemsarray=\@items;
 
 $template->param(
+    csv_profiles => [ Koha::CsvProfiles->search({ type => 'marc', used_for => 'export_records', opac_option => 1 }) ],
     bib_list => $bib_list,
     BIBLIO_RESULTS => $resultsarray,
 );