From 79855851df86588c54007f07b2e9222e92bb816a Mon Sep 17 00:00:00 2001 From: =?utf8?q?Sven=20Sch=C3=B6ling?= Date: Thu, 30 Dec 2010 12:18:52 +0100 Subject: [PATCH] Taxbirdexport: Die korrekte Templateklasse ist XML, nicht xml. --- SL/Form.pm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/SL/Form.pm b/SL/Form.pm index 41ccab8d9..bdb9036d2 100644 --- 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'; -- 2.20.1