From b90426d3f54b29a0fa5a5c6284c4d6d9ca65e720 Mon Sep 17 00:00:00 2001 From: "G. Richardson" Date: Sun, 12 Feb 2017 13:31:06 +0100 Subject: [PATCH] SL/GoBD.pm nutzt generate_datev_data statt _get_transactions --- SL/GoBD.pm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 ]; -- 2.20.1