X-Git-Url: http://koha-dev.rot13.org:8081/gitweb/?a=blobdiff_plain;f=basket%2Fbasket.pl;h=d33216cb19c06a5942d3d51e06526e6941a03f7c;hb=08396458940e08b7ad9d40bf7118ce78c1c31d82;hp=8fc15e4b73862865cc07644bd84e34dfac2c6cb8;hpb=2ab00242d09231245b1044357ddd2657ffcccf1b;p=koha_fer diff --git a/basket/basket.pl b/basket/basket.pl index 8fc15e4b73..d33216cb19 100755 --- a/basket/basket.pl +++ b/basket/basket.pl @@ -24,6 +24,7 @@ use C4::Biblio; use C4::Items; use C4::Auth; use C4::Output; +use C4::Csv; my $query = new CGI; @@ -120,6 +121,8 @@ my $resultsarray = \@results; $template->param( BIBLIO_RESULTS => $resultsarray, + csv_profiles => GetCsvProfilesLoop(), + bib_list => $bib_list, ); output_html_with_http_headers $query, $cookie, $template->output;