X-Git-Url: http://wagnertech.de/gitweb/gitweb.cgi/mfinanz.git/blobdiff_plain/22efeff952c4fd1f9bdec993f5c74972f6d432e3..82574e78712d71f2012bf6257b2740e2732f66cf:/SL/IS.pm diff --git a/SL/IS.pm b/SL/IS.pm index 819259109..73bae3667 100644 --- a/SL/IS.pm +++ b/SL/IS.pm @@ -1572,7 +1572,7 @@ sub get_customer { # get customer $query = qq|SELECT - c.id AS customer_id, c.name AS customer, c.discount, c.creditlimit, c.terms, + c.id AS customer_id, c.name AS customer, c.discount as customer_discount, c.creditlimit, c.terms, c.email, c.cc, c.bcc, c.language_id, c.payment_id, c.street, c.zipcode, c.city, c.country, c.notes AS intnotes, c.klass as customer_klass, c.taxzone_id, c.salesman_id,