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:
db64ed3
)
DATEV.pm Einrückung
author
G. Richardson
<information@kivitendo-premium.de>
Fri, 3 Mar 2017 13:35:31 +0000
(14:35 +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
ce5f48e
..
f2bd064
100644
(file)
--- a/
SL/DATEV.pm
+++ b/
SL/DATEV.pm
@@
-312,7
+312,7
@@
sub export {
die 'no format set!' unless $self->has_format;
-
if ($self->format == DATEV_FORMAT_CSV) {
+ if ($self->format == DATEV_FORMAT_CSV) {
$result = $self->csv_export;
} elsif ($self->format == DATEV_FORMAT_KNE) {
$result = $self->kne_export;