From: Moritz Bunkus Date: Wed, 22 Nov 2006 16:46:26 +0000 (+0000) Subject: Recommit von r1185 von udo_spallek: Bug 382 fixed! X-Git-Tag: release-2.4.0^2~199 X-Git-Url: http://wagnertech.de/git?a=commitdiff_plain;h=6c0e5cb75713abadcb450cc23b56d5baa94bbc65;p=kivitendo-erp.git Recommit von r1185 von udo_spallek: Bug 382 fixed! --- diff --git a/bin/mozilla/ustva.pl b/bin/mozilla/ustva.pl index 99210941c..6b25b7875 100644 --- a/bin/mozilla/ustva.pl +++ b/bin/mozilla/ustva.pl @@ -73,8 +73,9 @@ sub report { $lxdebug->enter_sub(); my $myconfig = \%myconfig; use CGI; + $form->{title} = $locale->text('UStVA'); - $form->{kz10} = ''; #Berichtigte Anmeldung? Ja =1 + $form->{kz10} = ''; #Berichtigte Anmeldung? Ja =1 Nein=0 my $year = substr( $form->datetonum($form->current_date(\%myconfig), @@ -545,30 +546,26 @@ 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||;