]> wagnertech.de Git - kivitendo-erp.git/blobdiff - SL/IS.pm
GLN: Berücksichtigung in Belegmasken
[kivitendo-erp.git] / SL / IS.pm
index 19c41886bb009e76a827ce26e99318a0b77d759e..c82e731fa3fa7ae856a3c52a4609c22c690d3f95 100644 (file)
--- 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) {