Hilfsfunktion 'ary_to_hash' für einfache Umwandlung eines Arrays in ein Hash
[kivitendo-erp.git] / SL / Form.pm
index 41ccab8..bdb9036 100644 (file)
@@ -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';