]> wagnertech.de Git - mfinanz.git/blobdiff - SL/Controller/CsvImport.pm
Task-Server: Mandantenfähigkeit
[mfinanz.git] / SL / Controller / CsvImport.pm
index b74b04be038926c822cbd8471030d2abec34a3d4..8e46dafbe0bc827ff51e1bf6f1da25f515d9fb39 100644 (file)
@@ -100,7 +100,7 @@ sub action_result {
   $self->profile($profile);
 
   if ($data->{errors} and my $first_error =  $data->{errors}->[0]) {
-    flash('error', $::locale->text('There was an error parsing the csv file: #1 in line #2.', $first_error->[2], $first_error->[0]));
+    flash('error', $::locale->text('There was an error parsing the csv file: #1 in line #2: #3', $first_error->[2], $first_error->[0], $first_error->[1]));
   }
 
   if ($data->{progress}{finished} || $data->{errors}) {