X-Git-Url: http://wagnertech.de/gitweb/gitweb.cgi/kivitendo-erp.git/blobdiff_plain/d1c335e9bb0a35d45acd03b29d1e759f26c5664c..b0c83ce11844963f0c1ee103d65237ecd096347b:/SL/IS.pm diff --git a/SL/IS.pm b/SL/IS.pm index d4d8c6f1d..31ded06f0 100644 --- a/SL/IS.pm +++ b/SL/IS.pm @@ -360,8 +360,8 @@ sub customer_details { $ref = $sth->fetchrow_hashref(NAME_lc); - # remove id and taxincluded before copy back - delete @$ref{qw(id taxincluded)}; + # remove notes, id and taxincluded before copy back + delete @$ref{qw(id taxincluded notes)}; map { $form->{$_} = $ref->{$_} } keys %$ref; $sth->finish;