X-Git-Url: http://wagnertech.de/gitweb/gitweb.cgi/mfinanz.git/blobdiff_plain/91bfa82dacd3335c2534d84c52bf30b627ce95d1..0fee52dd84f068d93daaff1b44d38c224b723593:/SL/GL.pm diff --git a/SL/GL.pm b/SL/GL.pm index 527b69b73..e792710bf 100644 --- a/SL/GL.pm +++ b/SL/GL.pm @@ -75,9 +75,6 @@ sub post_transaction { # check if debit and credit balances if ($form->{storno}) { - $debit = $debit * -1; - $credit = $credit * -1; - $tax = $tax * -1; $form->{reference} = "Storno-" . $form->{reference}; $form->{description} = "Storno-" . $form->{description}; }