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:
050ff50
)
Taxbirdexport: Die korrekte Templateklasse ist XML, nicht xml.
author
Sven Schöling
<s.schoeling@linet-services.de>
Thu, 30 Dec 2010 11:18:52 +0000
(12:18 +0100)
committer
Sven Schöling
<s.schoeling@linet-services.de>
Thu, 30 Dec 2010 11:18:52 +0000
(12:18 +0100)
SL/Form.pm
patch
|
blob
|
history
diff --git
a/SL/Form.pm
b/SL/Form.pm
index
41ccab8
..
bdb9036
100644
(file)
--- a/
SL/Form.pm
+++ b/
SL/Form.pm
@@
-1198,7
+1198,7
@@
sub parse_template {
$ext_for_format = 'xml';
} elsif ( $self->{"format"} =~ /elster(?:winston|taxbird)/i ) {
- $template_type = '
xml
';
+ $template_type = '
XML
';
} elsif ( $self->{"format"} =~ /excel/i ) {
$template_type = 'Excel';