X-Git-Url: http://wagnertech.de/gitweb/gitweb.cgi/kivitendo-erp.git/blobdiff_plain/4dd73ccf0cbde1fe4e8ecf05839028c24312828a..f575aa99b38c34c64deff0abfb87d820eca923dd:/bin/mozilla/ustva.pl
diff --git a/bin/mozilla/ustva.pl b/bin/mozilla/ustva.pl
index e6268a67c..5bb85b133 100644
--- a/bin/mozilla/ustva.pl
+++ b/bin/mozilla/ustva.pl
@@ -163,10 +163,10 @@ sub report {
{path}&action=config&level=Programm--Preferences&login=$form->{login}&password=$form->{password}>
| . $locale->text('Keine Firmenadresse hinterlegt!') . qq|\n|;
}
- $form->{co_email}=$form->{email} unless $form->{co_email}='';
- $form->{co_tel}=$form->{tel} unless $form->{co_tel}='';
- $form->{co_fax}=$form->{fax} unless $form->{co_fax}='';
- $form->{co_url}=$form->{urlx} unless $form->{co_url}='';
+ $form->{co_email}=$form->{email} unless $form->{co_email};
+ $form->{co_tel}=$form->{tel} unless $form->{co_tel};
+ $form->{co_fax}=$form->{fax} unless $form->{co_fax};
+ $form->{co_url}=$form->{urlx} unless $form->{co_url};
print qq|
@@ -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|