X-Git-Url: http://wagnertech.de/gitweb/gitweb.cgi/kivitendo-erp.git/blobdiff_plain/96ab68a31bb2e33769aeccea9b7e51b23b65f59a..c0ed7d2fa:/SL/IS.pm diff --git a/SL/IS.pm b/SL/IS.pm index 5b02041ba..e32827f44 100644 --- a/SL/IS.pm +++ b/SL/IS.pm @@ -604,8 +604,8 @@ sub customer_details { $ref->{cp_gender} = $contact->cp_gender; } } - # remove id and taxincluded before copy back - delete @$ref{qw(id taxincluded)}; + # remove id,notes (double of customernotes) and taxincluded before copy back + delete @$ref{qw(id taxincluded notes)}; @wanted_vars = grep({ $_ } @wanted_vars); if (scalar(@wanted_vars) > 0) {