X-Git-Url: http://wagnertech.de/gitweb/gitweb.cgi/mfinanz.git/blobdiff_plain/3915f5c658e23587976dcc08ce137f4350429fcb..03ea97647e3fbdea4323f4f2136bdfa87cb15c1b:/SL/AR.pm diff --git a/SL/AR.pm b/SL/AR.pm index 79653a757..5fc6032a9 100644 --- a/SL/AR.pm +++ b/SL/AR.pm @@ -635,7 +635,7 @@ sub storno { $storno_row->{invnumber} = 'Storno-' . $storno_row->{invnumber}; $storno_row->{amount} *= -1; $storno_row->{netamount} *= -1; - $storno_row->{paid} = $storno_amount->{amount}; + $storno_row->{paid} = $storno_row->{amount}; delete @$storno_row{qw(itime mtime)};