From: Udo Spallek Date: Sun, 19 Mar 2006 13:06:29 +0000 (+0000) Subject: Solved Bug 329: USTVA: Winstonexport: Ordnungsnummer falsch. X-Git-Tag: release-2.4.0^2~301 X-Git-Url: http://wagnertech.de/git?a=commitdiff_plain;h=e5aaed2c2a9bfac19eb0718fd712234a30739d33;p=kivitendo-erp.git Solved Bug 329: USTVA: Winstonexport: Ordnungsnummer falsch. --- diff --git a/bin/mozilla/ustva.pl b/bin/mozilla/ustva.pl index f39229d06..e153d3f77 100644 --- a/bin/mozilla/ustva.pl +++ b/bin/mozilla/ustva.pl @@ -192,10 +192,10 @@ sub report { Keine Steuernummer hinterlegt!
|; } print qq| - +

@@ -1906,7 +1906,7 @@ SWITCH: $form->parse_amount(\%myconfig, $form->{"66"}) * 100; # Vorsteuer 7% plus 16% my $k83 = - $form->parse_amount(\%myconfig, $form->{"67"}) * 100; # Umsätze zu 7% USt + $form->parse_amount(\%myconfig, $form->{"83"}) * 100 ; # Endbetrag my $k96 = $form->parse_amount(\%myconfig, $form->{"96"}) * 100; # # # Now build the xml content @@ -1916,7 +1916,7 @@ SWITCH: - $form->{elstersteuernummer} + $form->{elsterFFFF}$form->{elstersteuernummer} $form->{year} $azr |;