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:
0a64ac3
)
SL/GoBD.pm nutzt generate_datev_data statt _get_transactions
author
G. Richardson
<information@kivitendo-premium.de>
Sun, 12 Feb 2017 12:31:06 +0000
(13:31 +0100)
committer
G. Richardson
<information@kivitendo-premium.de>
Tue, 28 Mar 2017 15:16:00 +0000
(17:16 +0200)
SL/GoBD.pm
patch
|
blob
|
history
diff --git
a/SL/GoBD.pm
b/SL/GoBD.pm
index
45f055f
..
b147580
100644
(file)
--- 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 ];