X-Git-Url: http://wagnertech.de/git?a=blobdiff_plain;ds=sidebyside;f=bin%2Fmozilla%2Fustva.pl;h=99210941cc879ed23e202e57bcaec1acd25625e5;hb=bb99760f9239bca52db6f4496bdb7aaa9055fbf7;hp=6b25b7875a803f143f655604a6f7bad0dbe3f317;hpb=50a8ddb796849f99eed79d5c9477b7ee828e0a4c;p=kivitendo-erp.git diff --git a/bin/mozilla/ustva.pl b/bin/mozilla/ustva.pl index 6b25b7875..99210941c 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), @@ -546,26 +545,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||;