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:
29dad41
)
DATEV/CSV: Buchungstext exportieren
author
Sven Schöling
<s.schoeling@linet-services.de>
Thu, 18 Jan 2018 13:01:26 +0000
(14:01 +0100)
committer
Sven Schöling
<s.schoeling@linet-services.de>
Thu, 18 Jan 2018 13:01:26 +0000
(14:01 +0100)
Durch einen Typo wurde da statt dem Slot "buchungstext" der Slot
"buhcungsbes" exportiert, der natürlich leer war.
SL/DATEV/CSV.pm
patch
|
blob
|
history
diff --git
a/SL/DATEV/CSV.pm
b/SL/DATEV/CSV.pm
index
c06ee70
..
69448c4
100644
(file)
--- a/
SL/DATEV/CSV.pm
+++ b/
SL/DATEV/CSV.pm
@@
-119,7
+119,7
@@
my @kivitendo_to_datev = (
type => 'Value',
},
{
- kivi_datev_name => 'buchungs
bes
',
+ kivi_datev_name => 'buchungs
text
',
csv_header_name => t8('Posting Text'),
max_length => 60,
type => 'Text',