From: G. Richardson Date: Sun, 12 Feb 2017 12:31:06 +0000 (+0100) Subject: SL/GoBD.pm nutzt generate_datev_data statt _get_transactions X-Git-Tag: release-3.5.4~1155 X-Git-Url: http://wagnertech.de/git?a=commitdiff_plain;h=b90426d3f54b29a0fa5a5c6284c4d6d9ca65e720;p=kivitendo-erp.git SL/GoBD.pm nutzt generate_datev_data statt _get_transactions --- 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 ];