]> wagnertech.de Git - mfinanz.git/blobdiff - SL/GL.pm
2 Funktionen auf trace level 2 gesetzt
[mfinanz.git] / SL / GL.pm
index 527b69b737d0a287d10a2031d978acd8279cebb1..e792710bfd56f06d16514b006c7721c141baf0ae 100644 (file)
--- 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};
   }