X-Git-Url: http://wagnertech.de/gitweb/gitweb.cgi/mfinanz.git/blobdiff_plain/030c208648ddd8137d8fab33bb8b2eb87f5c080f..2517d8406ff377726249e7e71c65d43f378510d4:/SL/IS.pm diff --git a/SL/IS.pm b/SL/IS.pm index 6affa1de2..a9a115de0 100644 --- a/SL/IS.pm +++ b/SL/IS.pm @@ -1298,7 +1298,7 @@ SQL if ($form->{storno}) { $query = qq!UPDATE ar SET - paid = paid + amount, + paid = amount, storno = 't', intnotes = ? || intnotes WHERE id = ?!;