Revision 79855851
Von Sven Schöling vor fast 14 Jahren hinzugefügt
SL/Form.pm | ||
---|---|---|
1198 | 1198 |
$ext_for_format = 'xml'; |
1199 | 1199 |
|
1200 | 1200 |
} elsif ( $self->{"format"} =~ /elster(?:winston|taxbird)/i ) { |
1201 |
$template_type = 'xml';
|
|
1201 |
$template_type = 'XML';
|
|
1202 | 1202 |
|
1203 | 1203 |
} elsif ( $self->{"format"} =~ /excel/i ) { |
1204 | 1204 |
$template_type = 'Excel'; |
Auch abrufbar als: Unified diff
Taxbirdexport: Die korrekte Templateklasse ist XML, nicht xml.