X-Git-Url: http://wagnertech.de/git?a=blobdiff_plain;f=bin%2Fmozilla%2Foe.pl;h=ce468b511f607702f83c63f3e18f25f1b10c2bdb;hb=991315859c7b0f25da49baad4822492510b6b3bb;hp=cfbb216addf9ca53d594189252df2fa77a118313;hpb=fc490063361896eb3b2aa0939fc0df716ae38262;p=kivitendo-erp.git diff --git a/bin/mozilla/oe.pl b/bin/mozilla/oe.pl index cfbb216ad..ce468b511 100644 --- a/bin/mozilla/oe.pl +++ b/bin/mozilla/oe.pl @@ -463,8 +463,7 @@ sub form_header { @values = (""); foreach my $item (@{ $form->{"ALL_SHIPTO"} }) { push(@values, $item->{"shipto_id"}); - $labels{$item->{"shipto_id"}} = - $item->{"shiptoname"} . " " . $item->{"shiptodepartment_1"}; + $labels{$item->{"shipto_id"}} = join "; ", grep { $_ } map { $item->{"shipto${_}" } } qw(name department_1 street city); } my $shipto;