X-Git-Url: http://wagnertech.de/git?a=blobdiff_plain;ds=sidebyside;f=SL%2FBackgroundJob%2FCsvImport.pm;h=9815ddfb3d308f81a29c5fdfd9365448721d7112;hb=dd2ee66b1d04c3644c48c32b33673463af223077;hp=96583d78bfac2ca974f0b55d913c598d37ba8fdc;hpb=a0d9f09a2e63f0be9eda333ab7fa78679ea55759;p=kivitendo-erp.git diff --git a/SL/BackgroundJob/CsvImport.pm b/SL/BackgroundJob/CsvImport.pm index 96583d78b..9815ddfb3 100644 --- a/SL/BackgroundJob/CsvImport.pm +++ b/SL/BackgroundJob/CsvImport.pm @@ -95,7 +95,7 @@ sub do_import { $result = $::locale->text('Import finished with errors.'); } else { - my $report_id = $c->save_report(session_id => $session_id); + my $report_id = $c->save_report(session_id => $session_id, test => $test); $job->set_data(report_id => $report_id)->save; $c->track_progress(finished => 1);