X-Git-Url: http://git.rot13.org/?a=blobdiff_plain;f=basket%2Fdownloadcart.pl;h=ca64c601997d82bef14596673c360c137ca888f9;hb=HEAD;hp=392a3e4ef8bca76d03d5a04698785784fbb66de0;hpb=3195d20440eef3f3836a351a87ab50d7087534ec;p=koha.git diff --git a/basket/downloadcart.pl b/basket/downloadcart.pl index 392a3e4ef8..ca64c60199 100755 --- a/basket/downloadcart.pl +++ b/basket/downloadcart.pl @@ -89,7 +89,7 @@ if ($bib_list && $format) { print $output; } else { - $template->param(csv_profiles => GetCsvProfilesLoop()); + $template->param(csv_profiles => GetCsvProfilesLoop('marc')); $template->param(bib_list => $bib_list); output_html_with_http_headers $query, $cookie, $template->output; }