]> wagnertech.de Git - kivitendo-erp.git/blobdiff - bin/mozilla/common.pl
Ansprechpartner: cp_greeting durch cp_gender ersetzt
[kivitendo-erp.git] / bin / mozilla / common.pl
index efeb8f040b7149a420f4e36988f9cce0c4c0aec5..6ace578f27459f85b8a5e221629b186c8ee6e966 100644 (file)
@@ -572,7 +572,7 @@ sub cov_selection_internal {
     $cov->{address} =~ s{^,}{}x;
     $cov->{address} =~ s{\ +}{\ }gx;
 
-    $cov->{contact} = join " ", map { $cov->{$_} } qw(cp_greeting cp_title cp_givenname cp_name);
+    $cov->{contact} = join " ", map { $cov->{$_} } qw(cp_gender cp_title cp_givenname cp_name);
     $cov->{contact} =~ s{\ +}{\ }gx;
   }