X-Git-Url: http://wagnertech.de/git?a=blobdiff_plain;f=SL%2FAR.pm;h=5fc6032a96a63b240c8e047024c46fc80e36151f;hb=0a4891e33e1ee05dd0363d985fb1a2205e25c63c;hp=79653a75716686ecdc37c8f1dd523939fc5a695d;hpb=3915f5c658e23587976dcc08ce137f4350429fcb;p=kivitendo-erp.git 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)};