X-Git-Url: http://wagnertech.de/gitweb/gitweb.cgi/mfinanz.git/blobdiff_plain/d319704a66e9be64da837ccea10af6774c2b0838..dba29fbf2f6cabe466a1ca7c946dd12beca115f0:/SL/IS.pm 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}|;