X-Git-Url: http://wagnertech.de/gitweb/gitweb.cgi/mfinanz.git/blobdiff_plain/13f40529221ea3f6d8afbd5a047be7df7fa2a93c..501c8ff56022a64554bd8b487bbe65fab60ec8f4:/SL/IR.pm diff --git a/SL/IR.pm b/SL/IR.pm index 620fa1847..90dbbab96 100644 --- a/SL/IR.pm +++ b/SL/IR.pm @@ -1465,8 +1465,8 @@ sub vendor_details { LIMIT 1|; my $ref = selectfirst_hashref_query($form, $dbh, $query, $form->{vendor_id}, @values); - # remove id and taxincluded before copy back - delete @$ref{qw(id taxincluded)}; + # remove id,notes (double of vendornotes) and taxincluded before copy back + delete @$ref{qw(id taxincluded notes)}; @wanted_vars = grep({ $_ } @wanted_vars); if (scalar(@wanted_vars) > 0) {