X-Git-Url: http://wagnertech.de/gitweb/gitweb.cgi/kivitendo-erp.git/blobdiff_plain/d8f9066b6970e13c4e517d3951b6df3bb544ef8b..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';