SL/GoBD.pm nutzt generate_datev_data statt _get_transactions
authorG. Richardson <information@kivitendo-premium.de>
Sun, 12 Feb 2017 12:31:06 +0000 (13:31 +0100)
committerG. Richardson <information@kivitendo-premium.de>
Tue, 28 Mar 2017 15:16:00 +0000 (17:16 +0200)
SL/GoBD.pm

index 45f055f..b147580 100644 (file)
@@ -417,7 +417,7 @@ sub do_datev_csv_export {
 
   my $datev = SL::DATEV->new(from => $self->from, to => $self->to);
 
-  $datev->_get_transactions(from_to => $datev->fromto);
+  $datev->generate_datev_data(from_to => $datev->fromto);
 
   if ($datev->errors) {
     die [ $datev->errors ];