From: Moritz Bunkus Date: Wed, 22 Nov 2006 15:22:38 +0000 (+0000) Subject: Recommit von r996 von udo_spallek: Solved Bug 329: USTVA: Winstonexport: Ordnungsnumm... X-Git-Tag: release-2.4.0^2~227 X-Git-Url: http://wagnertech.de/git?a=commitdiff_plain;h=02cef2f254b420003c079c8e2fb3f9a9c4edf776;p=kivitendo-erp.git Recommit von r996 von udo_spallek: Solved Bug 329: USTVA: Winstonexport: Ordnungsnummer falsch. --- diff --git a/bin/mozilla/ustva.pl b/bin/mozilla/ustva.pl index a294afc58..99210941c 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 |;