X-Git-Url: http://wagnertech.de/gitweb/gitweb.cgi/mfinanz.git/blobdiff_plain/38aac441bd2735f2af58e82f009e8369cf8afb0c..b513b1ef51a01f90bd2a234a69fae4f69013d0f3:/SL/Form.pm 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';