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:
2d29844
)
DATEV datev_data um kost1 und kost2 erweitert
author
Jan Büren
<jan@kivitendo-premium.de>
Mon, 11 Sep 2017 10:00:18 +0000
(12:00 +0200)
committer
Jan Büren
<jan@kivitendo-premium.de>
Thu, 14 Sep 2017 12:32:51 +0000
(14:32 +0200)
SL/DATEV.pm
patch
|
blob
|
history
diff --git
a/SL/DATEV.pm
b/SL/DATEV.pm
index
837a656
..
d33692e
100644
(file)
--- a/
SL/DATEV.pm
+++ b/
SL/DATEV.pm
@@
-936,6
+936,8
@@
sub generate_datev_lines {
}
$datev_data{datum} = $transaction->[$haben]->{'transdate'};
$datev_data{waehrung} = 'EUR';
+ $datev_data{kost1} = $transaction->[$haben]->{'departmentdescription'};
+ $datev_data{kost2} = $transaction->[$haben]->{'projectdescription'};
if ($transaction->[$haben]->{'name'} ne "") {
$datev_data{buchungstext} = $transaction->[$haben]->{'name'};