Fix fuer Bug #319 Fehler beim Buchen von Belegen mit Umsatzsteuerkorrektur bei Kreditoren
authorPhilip Reetz <p.reetz@linet-services.de>
Thu, 16 Mar 2006 09:13:47 +0000 (09:13 +0000)
committerPhilip Reetz <p.reetz@linet-services.de>
Thu, 16 Mar 2006 09:13:47 +0000 (09:13 +0000)
SL/AP.pm

index e909890..d490739 100644 (file)
--- a/SL/AP.pm
+++ b/SL/AP.pm
@@ -76,6 +76,9 @@ sub post_transaction {
                            $form->{exchangerate} * -1,
                          2);
     $amount += ($form->{"amount_$i"} * -1);
+
+    # parse tax_$i for later
+    $form->{"tax_$i"} = $form->parse_amount($myconfig, $form->{"tax_$i"}) * -1;
   }
 
   # this is for ap