X-Git-Url: http://wagnertech.de/gitweb/gitweb.cgi/mfinanz.git/blobdiff_plain/4a36e49bdabb28714ee88c2c9ae9e6b13ae46194..901a74dbf31a738531fec257c299433c600b0c12:/bin/mozilla/ustva.pl diff --git a/bin/mozilla/ustva.pl b/bin/mozilla/ustva.pl index 49f4727d5..3f0b0a296 100644 --- a/bin/mozilla/ustva.pl +++ b/bin/mozilla/ustva.pl @@ -702,9 +702,8 @@ sub generate_ustva { } else # Outputformat for generic output { - + die ("not used anymore"); $form->{USTVA} = []; - if ( $form->{format} eq 'generic') { # Formatierungen für HTML Ausgabe my $rec_ref = {}; @@ -733,7 +732,7 @@ sub generate_ustva { $form->{templates} = "doc" if ( $form->{type} eq 'help' ); if ($form->{format} eq 'generic'){ - + die ("not used anymore"); $form->header(); my $template_ref = { @@ -743,6 +742,7 @@ sub generate_ustva { print($form->parse_html_template('ustva/generic_taxreport', $template_ref)); } elsif ( $form->{format} eq 'elstertaxbird' ) { + die ("not used anymore"); $form->parse_template(\%myconfig); } else {