From d18a84dfd90b91c60093c77bbc5900408e0c5697 Mon Sep 17 00:00:00 2001 From: Moritz Bunkus Date: Tue, 6 Mar 2007 14:40:09 +0000 Subject: [PATCH] =?utf8?q?=C3=9Cberfl=C3=BCssigen/unwirksamen=20Code=20ent?= =?utf8?q?fernt.?= MIME-Version: 1.0 Content-Type: text/plain; charset=utf8 Content-Transfer-Encoding: 8bit --- SL/GL.pm | 3 --- 1 file changed, 3 deletions(-) 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}; } -- 2.39.5