]> wagnertech.de Git - kivitendo-erp.git/blobdiff - bin/mozilla/io.pl
Sprache wurde nicht korrekt ausgewaehlt
[kivitendo-erp.git] / bin / mozilla / io.pl
index afa4d2341336292d3b8936fa6442893fd98c214b..6629cb873d936a00bd1bc833c899bba1f3a69a51 100644 (file)
@@ -1449,7 +1449,7 @@ sub print_options {
       opthash("opendocument", $form->{DF}{opendocument}, $locale->text("OpenDocument/OASIS")) : undef;
 
   push @LANGUAGE_ID, 
-    map { opthash($_->{id}, ($_->{id} eq $form->{language} ? 'selected' : ''), $_->{description}) } +{}, @{ $form->{languages} }
+    map { opthash($_->{id}, ($_->{id} eq $form->{language_id} ? 'selected' : ''), $_->{description}) } +{}, @{ $form->{languages} }
       if (ref $form->{languages} eq 'ARRAY');
 
   push @PRINTER_ID,