]> wagnertech.de Git - mfinanz.git/blobdiff - SL/Helper/Csv/Dispatcher.pm
Fehler nicht mehrfach pushen.
[mfinanz.git] / SL / Helper / Csv / Dispatcher.pm
index ababa0172dfc3976efc4bfca5da1344215c43d29..230ac2b42c84f5a756c06b560688e558e8e66043 100644 (file)
@@ -128,6 +128,8 @@ sub parse_profile {
 
   $self->_specs(\@specs);
 
+  $self->_csv->_push_error($self->errors);
+
   return ! $self->errors;
 }
 
@@ -157,8 +159,6 @@ sub _parse_profile {
     }
   }
 
-  $self->_csv->_push_error($self->errors);
-
   return \@specs;
 }