DATEV.pm Einrückung
authorG. Richardson <information@kivitendo-premium.de>
Fri, 3 Mar 2017 13:35:31 +0000 (14:35 +0100)
committerG. Richardson <information@kivitendo-premium.de>
Tue, 28 Mar 2017 15:16:00 +0000 (17:16 +0200)
SL/DATEV.pm

index ce5f48e..f2bd064 100644 (file)
@@ -312,7 +312,7 @@ sub export {
 
   die 'no format set!' unless $self->has_format;
 
-   if ($self->format == DATEV_FORMAT_CSV) {
+  if ($self->format == DATEV_FORMAT_CSV) {
     $result = $self->csv_export;
   } elsif ($self->format == DATEV_FORMAT_KNE) {
     $result = $self->kne_export;