projects
/
kivitendo-erp.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
61894a2
)
DATEV csv_export_for_tax_accountant nutzt generate_datev_data
author
G. Richardson
<information@kivitendo-premium.de>
Fri, 3 Mar 2017 14:44:42 +0000
(15:44 +0100)
committer
G. Richardson
<information@kivitendo-premium.de>
Tue, 28 Mar 2017 15:16:00 +0000
(17:16 +0200)
SL/DATEV.pm
patch
|
blob
|
history
diff --git
a/SL/DATEV.pm
b/SL/DATEV.pm
index
f2bd064
..
b4cdd83
100644
(file)
--- 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 }) {