From: G. Richardson Date: Fri, 3 Mar 2017 14:44:42 +0000 (+0100) Subject: DATEV csv_export_for_tax_accountant nutzt generate_datev_data X-Git-Tag: release-3.5.4~1151 X-Git-Url: http://wagnertech.de/git?a=commitdiff_plain;h=2bc33284e526869f0de7aa0ddd5cdb141432f4e3;p=kivitendo-erp.git DATEV csv_export_for_tax_accountant nutzt generate_datev_data --- 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 }) {