From e5aaed2c2a9bfac19eb0718fd712234a30739d33 Mon Sep 17 00:00:00 2001 From: Udo Spallek Date: Sun, 19 Mar 2006 13:06:29 +0000 Subject: [PATCH] Solved Bug 329: USTVA: Winstonexport: Ordnungsnummer falsch. --- bin/mozilla/ustva.pl | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) 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 |; -- 2.20.1