]> wagnertech.de Git - mfinanz.git/blobdiff - SL/GoBD.pm
Release 3.5.0-alpha - Dokumentation angepasst
[mfinanz.git] / SL / GoBD.pm
index 45f055f8545536e40067370968143573af71d397..b147580d174f39809b33fa972f764c32b9c2a8ad 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 ];