X-Git-Url: http://koha-dev.rot13.org:8081/gitweb/?a=blobdiff_plain;f=acqui%2Flateorders.pl;h=43ce39685a480f0af70bc35c5e0699273567dd4c;hb=e53667105d98dde0500323cb9699bf217c2f2508;hp=5999ab0a265eb0029b194d6c4f3f1133cf2200e9;hpb=4ae2f6d9d8addd4e7fb8480ea0c41adfaa0febb0;p=srvgit diff --git a/acqui/lateorders.pl b/acqui/lateorders.pl index 5999ab0a26..43ce39685a 100755 --- a/acqui/lateorders.pl +++ b/acqui/lateorders.pl @@ -157,6 +157,6 @@ $template->param( estimateddeliverydatefrom => $estimateddeliverydatefrom, estimateddeliverydateto => $estimateddeliverydateto, intranetcolorstylesheet => C4::Context->preference("intranetcolorstylesheet"), - csv_profiles => [ Koha::CsvProfiles->search({ type => 'sql', used_for => 'late_orders' }) ], + csv_profiles => [ Koha::CsvProfiles->search({ type => 'sql', used_for => 'late_orders' })->as_list ], ); output_html_with_http_headers $input, $cookie, $template->output;