From: mh@waldpark.octosoft.eu Date: Fri, 10 Jun 2016 09:43:39 +0000 (+0200) Subject: customernotes auch als notes Form Variable(fixmaster) X-Git-Tag: release-3.4.1~68 X-Git-Url: http://wagnertech.de/git?a=commitdiff_plain;h=c0ed7d2fa13650cc51cf3ed641aa5cc9afb41d7f;p=kivitendo-erp.git customernotes auch als notes Form Variable(fixmaster) Durch den query ct.* werden die notes und per ct.notes as customernotes eingelesen fixup durch löschen von notes vor kopieren --- 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) {