From: Moritz Bunkus Date: Tue, 6 Mar 2007 14:40:09 +0000 (+0000) Subject: Überflüssigen/unwirksamen Code entfernt. X-Git-Tag: release-2.4.3^2~621 X-Git-Url: http://wagnertech.de/git?a=commitdiff_plain;h=d18a84dfd90b91c60093c77bbc5900408e0c5697;p=kivitendo-erp.git Überflüssigen/unwirksamen Code entfernt. --- 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}; }