X-Git-Url: http://wagnertech.de/git?a=blobdiff_plain;f=bin%2Fmozilla%2Fustva.pl;h=6fa1ed75ee2ba2c3459cfc90c48a8cb3fc091e87;hb=3b70aa32804322bac3c6244e123cea997b14786f;hp=1ebd6ac9cac10e08eaf774736bb03f52593bc218;hpb=eadefca5b4f50d7ec0d109efde75b6ee4c0f5e12;p=kivitendo-erp.git diff --git a/bin/mozilla/ustva.pl b/bin/mozilla/ustva.pl index 1ebd6ac9c..6fa1ed75e 100644 --- a/bin/mozilla/ustva.pl +++ b/bin/mozilla/ustva.pl @@ -579,8 +579,10 @@ sub ustva_vorauswahl { '09' => 'September', '10' => 'October', '11' => 'November', - '12' => 'December'); - + '12' => 'December', + '13' => 'Yearly', + ); + my $yy = $form->{year} * 10000; $yymmdd = "$form->{year}$form->{month}$form->{day}" * 1; $sel = ''; @@ -659,10 +661,12 @@ sub ustva_vorauswahl { } elsif ($form->{FA_voranmeld} eq 'quarter') { # Vorauswahl bei quartalsweisem Voranmeldungszeitraum - my %liste = ('A' => '1.', - 'B' => '2.', - 'C' => '3.', - 'D' => '4.',); + my %liste = ( 'A' => $locale->text('1. Quarter'), + 'B' => $locale->text('2. Quarter'), + 'C' => $locale->text('3. Quarter'), + 'D' => $locale->text('4. Quarter'), + '13' => $locale->text('Yearly'), + ); my $yy = $form->{year} * 10000; $yymmdd = "$form->{year}$form->{month}$form->{day}" * 1; @@ -700,9 +704,7 @@ sub ustva_vorauswahl { my $selected = ''; $selected = 'selected' if ($sel eq $key); print qq| - + |; } print qq|\n @@ -714,10 +716,10 @@ sub ustva_vorauswahl { print qq|