X-Git-Url: http://wagnertech.de/gitweb/gitweb.cgi/mfinanz.git/blobdiff_plain/050ff50a42716bdc0a31d4b948752cf3a3b675e0..79855851df86588c54007f07b2e9222e92bb816a:/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';