From: Moritz Bunkus Date: Wed, 22 Nov 2006 15:07:43 +0000 (+0000) Subject: Recommit von r977 von preetz: Fix fuer Bug #319 Fehler beim Buchen von Belegen mit... X-Git-Tag: release-2.4.0^2~233 X-Git-Url: http://wagnertech.de/git?a=commitdiff_plain;h=f4d0698c501d246634b31f0a61a2cfe859d25d7b;p=kivitendo-erp.git Recommit von r977 von preetz: Fix fuer Bug #319 Fehler beim Buchen von Belegen mit Umsatzsteuerkorrektur bei Kreditoren --- diff --git a/SL/AP.pm b/SL/AP.pm index e909890f8..d490739f7 100644 --- 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