]> wagnertech.de Git - kivitendo-erp.git/blobdiff - bin/mozilla/ct.pl
Ansprechpartner: cp_greeting durch cp_gender ersetzt
[kivitendo-erp.git] / bin / mozilla / ct.pl
index 7b051dff3df99fa0f8fb278c1a38c646feaf9b56..e5f707f72a498aec25765d83fcad121d1a16a66c 100644 (file)
@@ -576,7 +576,7 @@ sub get_contact {
 
   CT->get_contact(\%myconfig, \%$form);
   print $form->ajax_response_header(), join '__pjx__', map $form->{"cp_$_"},
-    qw(name greeting title givenname phone1 phone2 email abteilung fax mobile1 mobile2 satphone satfax project privatphone privatemail birthday used);
+    qw(name greeting title givenname phone1 phone2 email abteilung fax mobile1 mobile2 satphone satfax project privatphone privatemail birthday used gender);
   $lxdebug->leave_sub();
 
 }