X-Git-Url: http://wagnertech.de/gitweb/gitweb.cgi/mfinanz.git/blobdiff_plain/f7bab9572ec83c3f6c0ab8070925ed8df1eb47dd..1c181c11d5637d4388b138942f2edcd3c97e23c4:/SL/IS.pm diff --git a/SL/IS.pm b/SL/IS.pm index 19c41886b..c82e731fa 100644 --- a/SL/IS.pm +++ b/SL/IS.pm @@ -591,6 +591,7 @@ sub customer_details { $ref->{street} = $customer->street; $ref->{zipcode} = $customer->zipcode; $ref->{country} = $customer->country; + $ref->{gln} = $customer->gln; } my $contact = SL::DB::Manager::Contact->find_by(cp_id => $::form->{cp_id}); if ($contact) {