DATEV csv_export_for_tax_accountant nutzt generate_datev_data
authorG. Richardson <information@kivitendo-premium.de>
Fri, 3 Mar 2017 14:44:42 +0000 (15:44 +0100)
committerG. Richardson <information@kivitendo-premium.de>
Tue, 28 Mar 2017 15:16:00 +0000 (17:16 +0200)
SL/DATEV.pm

index f2bd064..b4cdd83 100644 (file)
@@ -1172,7 +1172,7 @@ sub _format_accno {
 sub csv_export_for_tax_accountant {
   my ($self) = @_;
 
-  $self->_get_transactions(from_to => $self->fromto);
+  $self->generate_datev_data(from_to => $self->fromto);
 
   foreach my $transaction (@{ $self->{DATEV} }) {
     foreach my $entry (@{ $transaction }) {