Revision 79855851
Von Sven Schöling vor etwa 14 Jahren hinzugefügt
SL/Form.pm | ||
---|---|---|
$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';
|
Auch abrufbar als: Unified diff
Taxbirdexport: Die korrekte Templateklasse ist XML, nicht xml.