Fehler nicht mehrfach pushen.
authorBernd Bleßmann <bernd@kivitendo-premium.de>
Fri, 16 Aug 2013 14:54:36 +0000 (16:54 +0200)
committerBernd Bleßmann <bernd@kivitendo-premium.de>
Mon, 25 Nov 2013 13:03:11 +0000 (14:03 +0100)
SL/Helper/Csv/Dispatcher.pm

index ababa01..230ac2b 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;
 }