X-Git-Url: http://wagnertech.de/gitweb/gitweb.cgi/mfinanz.git/blobdiff_plain/e2332bfd203a5d9925034dfdd90a15b3c9c66044..a8628c6af6ab8303fe67d874adbee0211bd86c1e:/SL/GoBD.pm diff --git a/SL/GoBD.pm b/SL/GoBD.pm index 45f055f85..b147580d1 100644 --- a/SL/GoBD.pm +++ b/SL/GoBD.pm @@ -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 ];