X-Git-Url: http://koha-dev.rot13.org:8081/gitweb/?a=blobdiff_plain;f=basket%2Fdownloadcart.pl;h=ca64c601997d82bef14596673c360c137ca888f9;hb=5d6c092921919526ade501facb1220f8a108a08f;hp=392a3e4ef8bca76d03d5a04698785784fbb66de0;hpb=16f1fffdd1f5d1c97db0bf664f83496864b7e24d;p=koha_fer 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; }