X-Git-Url: http://wagnertech.de/git?a=blobdiff_plain;f=SL%2FIS.pm;h=eac4440ae513329182f29f1d103c84bfe8d4179d;hb=85f2addd9be287bfc2226e3a08c29efc0c0131d2;hp=b74a7944bb2c91345f2c7b4b16109c46592e540a;hpb=d319704a66e9be64da837ccea10af6774c2b0838;p=kivitendo-erp.git diff --git a/SL/IS.pm b/SL/IS.pm index b74a7944b..eac4440ae 100644 --- a/SL/IS.pm +++ b/SL/IS.pm @@ -1357,7 +1357,7 @@ sub get_customer { # get shipto if we did not converted an order or invoice if (!$form->{shipto}) { map { delete $form->{$_} } - qw(shiptoname shiptostreet shiptozipcode shiptocity shiptocountry shiptocontact shiptophone shiptofax shiptoemail); + qw(shiptoname shiptodepartment_1 shiptodepartment_2 shiptostreet shiptozipcode shiptocity shiptocountry shiptocontact shiptophone shiptofax shiptoemail); $query = qq|SELECT s.* FROM shipto s WHERE s.trans_id = $form->{customer_id}|;