X-Git-Url: http://wagnertech.de/gitweb/gitweb.cgi/mfinanz.git/blobdiff_plain/de009a3fee7e0471c3e095ce92d8708ff2b42597..460412a025e6a2c826d66ff18f94d4afd4b6559b:/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) {