From 2bc33284e526869f0de7aa0ddd5cdb141432f4e3 Mon Sep 17 00:00:00 2001 From: "G. Richardson" Date: Fri, 3 Mar 2017 15:44:42 +0100 Subject: [PATCH] DATEV csv_export_for_tax_accountant nutzt generate_datev_data --- SL/DATEV.pm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/SL/DATEV.pm b/SL/DATEV.pm index f2bd0644c..b4cdd839a 100644 --- a/SL/DATEV.pm +++ b/SL/DATEV.pm @@ -1172,7 +1172,7 @@ sub _format_accno { sub csv_export_for_tax_accountant { my ($self) = @_; - $self->_get_transactions(from_to => $self->fromto); + $self->generate_datev_data(from_to => $self->fromto); foreach my $transaction (@{ $self->{DATEV} }) { foreach my $entry (@{ $transaction }) { -- 2.20.1