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:
561d452
)
GDPDU: XML escape Entity typo
author
Sven Schöling
<s.schoeling@linet-services.de>
Fri, 16 Oct 2015 08:46:39 +0000
(10:46 +0200)
committer
Sven Schöling
<s.schoeling@linet-services.de>
Fri, 28 Oct 2016 15:11:18 +0000
(17:11 +0200)
SL/GDPDU.pm
patch
|
blob
|
history
diff --git
a/SL/GDPDU.pm
b/SL/GDPDU.pm
index
0877d44
..
22d2c73
100644
(file)
--- a/
SL/GDPDU.pm
+++ b/
SL/GDPDU.pm
@@
-182,7
+182,7
@@
sub table {
->tag('DigitGroupingSymbol', '|') # see CAVEATS in documentation
->tag('VariableLength', sub { $self
->tag('ColumnDelimiter', ',')
- ->tag('RecordDelimiter', '&x0A;')
+ ->tag('RecordDelimiter', '&
#
x0A;')
->tag('TextEncapsulator', '"')
->columns($table)
->foreign_keys($table)