X-Git-Url: http://wagnertech.de/gitweb/gitweb.cgi/kivitendo-erp.git/blobdiff_plain/3915f5c658e23587976dcc08ce137f4350429fcb..ce2e13e64bf9de995020cf18fd7ef36f199f018d:/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)};