X-Git-Url: http://wagnertech.de/git?a=blobdiff_plain;f=bin%2Fmozilla%2Fct.pl;h=0128c29e49ffdf214d854ec3c88629dedc2db350;hb=3b3ef5ba0b9d0d6fb45e082cbfafa524243ae6f7;hp=7b051dff3df99fa0f8fb278c1a38c646feaf9b56;hpb=5a0593a6ff18bf8e5cb034ce077a029a19d54673;p=kivitendo-erp.git diff --git a/bin/mozilla/ct.pl b/bin/mozilla/ct.pl index 7b051dff3..0128c29e4 100644 --- a/bin/mozilla/ct.pl +++ b/bin/mozilla/ct.pl @@ -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 title givenname phone1 phone2 email abteilung fax mobile1 mobile2 satphone satfax project privatphone privatemail birthday used gender); $lxdebug->leave_sub(); }