customernotes auch als notes Form Variable(fixmaster)
authormh@waldpark.octosoft.eu <mh@waldpark.octosoft.eu>
Fri, 10 Jun 2016 09:43:39 +0000 (11:43 +0200)
committerMartin Helmling mh@waldpark.octosoft.eu <martin.helmling@octosoft.eu>
Fri, 10 Jun 2016 09:48:54 +0000 (11:48 +0200)
Durch den query ct.* werden die notes und per ct.notes as customernotes eingelesen

fixup durch löschen von notes vor kopieren

SL/IS.pm

index 5b02041..e32827f 100644 (file)
--- 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) {