X-Git-Url: http://wagnertech.de/gitweb/gitweb.cgi/mfinanz.git/blobdiff_plain/ed42de15a13ad4cea92e7f744c8741c7a868bd7c..54e4131e091831e00a861fe2c4f53e344b87ddca:/bin/mozilla/ustva.pl diff --git a/bin/mozilla/ustva.pl b/bin/mozilla/ustva.pl index 6b25b7875..709a3bc7d 100644 --- a/bin/mozilla/ustva.pl +++ b/bin/mozilla/ustva.pl @@ -73,9 +73,8 @@ sub report { $lxdebug->enter_sub(); my $myconfig = \%myconfig; use CGI; - $form->{title} = $locale->text('UStVA'); - $form->{kz10} = ''; #Berichtigte Anmeldung? Ja =1 Nein=0 + $form->{kz10} = ''; #Berichtigte Anmeldung? Ja =1 my $year = substr( $form->datetonum($form->current_date(\%myconfig), @@ -148,7 +147,6 @@ sub report { my $temp = $form->{address}; $temp =~ s/\\n/
/; ($form->{co_street}, $form->{co_city}) = split("
", $temp); - $form->{co_city} =~ s/\\n//g; } if ($form->{co_street} ne '' @@ -193,10 +191,10 @@ sub report { Keine Steuernummer hinterlegt!
|; } print qq| -
+
@@ -546,26 +544,30 @@ sub ustva_vorauswahl { if ($form->{FA_voranmeld} eq 'month') { # Vorauswahl bei monatlichem Voranmeldungszeitraum + print qq| + |; - my $key = ''; foreach $key (sort keys %liste) { my $selected = ''; $selected = 'selected' if ($sel eq $key); print qq| - + + |; } print qq||; @@ -989,7 +990,6 @@ sub generate_ustva { my $temp = $form->{address}; $temp =~ s/\\n/
/; ($form->{co_street}, $form->{co_city}) = split("
", $temp); - $form->{co_city} =~ s/\\n//g; } if ( $form->{format} eq 'pdf' @@ -1025,7 +1025,7 @@ sub generate_ustva { $form->{bold} = ""; $form->{endbold} = ""; $form->{br} = "
"; - $form->{address} =~ s/\\n/
/g; + $form->{address} =~ s/\\n/
/; } @@ -1904,7 +1904,7 @@ SWITCH: $form->parse_amount(\%myconfig, $form->{"66"}) * 100; # Vorsteuer 7% plus 16% my $k83 = - $form->parse_amount(\%myconfig, $form->{"83"}) * 100 ; # Endbetrag + $form->parse_amount(\%myconfig, $form->{"67"}) * 100; # Umsätze zu 7% USt my $k96 = $form->parse_amount(\%myconfig, $form->{"96"}) * 100; # # # Now build the xml content @@ -1914,7 +1914,7 @@ SWITCH: - $form->{elsterFFFF}$form->{elstersteuernummer} + $form->{elstersteuernummer} $form->{year} $azr |;