X-Git-Url: http://wagnertech.de/git?a=blobdiff_plain;f=bin%2Fmozilla%2Foe.pl;h=20042ca75d31ec98d1e59aab79dbd7c24a3bf16e;hb=501107ad47b6385a9986aab9048b98ed5784182e;hp=e82e63ae189a7e97ae2669e15b24b0f0b69ebcb5;hpb=1a5270059b710ba69d50a2f3e2e621595ba58bd4;p=kivitendo-erp.git diff --git a/bin/mozilla/oe.pl b/bin/mozilla/oe.pl index e82e63ae1..20042ca75 100644 --- a/bin/mozilla/oe.pl +++ b/bin/mozilla/oe.pl @@ -423,12 +423,12 @@ sub form_header { if (@{ $form->{SHIPTO} }) { $form->{selectshipto} = ""; foreach $item (@{ $form->{SHIPTO} }) { - if ($item->{id} == $form->{shipto_id}) { + if ($item->{shipto_id} == $form->{shipto_id}) { $form->{selectshipto} .= - ""; + ""; } else { $form->{selectshipto} .= - ""; + ""; } }