]> wagnertech.de Git - mfinanz.git/blobdiff - SL/USTVA.pm
Solved Bug 365: Falsche UStVA bei negativem Vorsteuer-Betrag
[mfinanz.git] / SL / USTVA.pm
index 51296f1bedf1f938a64f3d11e60eeacefda8a947..f1bd2a0340e2f9cbaa0474002e3251198fbdc75c 100644 (file)
@@ -869,9 +869,10 @@ sub get_accounts_ustva {
   $sth->execute || $form->dberror($query);
 
   while ($ref = $sth->fetchrow_hashref(NAME_lc)) {
-    if ($ref->{amount} < 0) {
+# Bug 365 solved?!
+#    if ($ref->{amount} < 0) {
       $ref->{amount} *= -1;
-    }
+#    }
     if ($category eq "pos_bwa") {
       if ($last_period) {
         $form->{ $ref->{$category} }{kumm} += $ref->{amount};