X-Git-Url: http://wagnertech.de/git?a=blobdiff_plain;f=bin%2Fmozilla%2Fct.pl;h=9488ec84786973353c831d4617ad5b2eebb05a30;hb=0e079eba45bcb834792660358b2e86dcb70e494e;hp=7fe6afa6407ddfcfaf974a76b000510f3d2a1f2a;hpb=8ab8cad9c06edcaa424a13cd6e23d39a02135f07;p=kivitendo-erp.git diff --git a/bin/mozilla/ct.pl b/bin/mozilla/ct.pl index 7fe6afa64..9488ec847 100644 --- a/bin/mozilla/ct.pl +++ b/bin/mozilla/ct.pl @@ -654,8 +654,7 @@ sub get_shipto { my %myconfig = %main::myconfig; CT->get_shipto(\%myconfig, \%$form); - print $form->ajax_response_header(), join '__pjx__', map $form->{"shipto$_"}, - qw(name department_1 department_2 street zipcode city country contact phone fax email used); + print $form->ajax_response_header(), join('__pjx__', map($form->{"shipto$_"}, qw(name department_1 department_2 street zipcode city country contact phone fax email used))); $main::lxdebug->leave_sub(); }