From: Sven Schöling Date: Thu, 12 Jan 2006 13:20:27 +0000 (+0000) Subject: Fix fuer Bug 242, tax_$i Werte wurden nicht geparst. X-Git-Tag: release-2.4.0^2~392 X-Git-Url: http://wagnertech.de/git?a=commitdiff_plain;h=25f4a73f4ee858e3dcd8373cb33b6fcac9c90617;p=kivitendo-erp.git Fix fuer Bug 242, tax_$i Werte wurden nicht geparst. --- diff --git a/SL/AR.pm b/SL/AR.pm index c2c81e630..e3e363191 100644 --- a/SL/AR.pm +++ b/SL/AR.pm @@ -74,6 +74,9 @@ sub post_transaction { 2); $form->{netamount} += $form->{"amount_$i"}; + + # parse tax_$i for later + $form->{"tax_$i"} = $form->parse_amount($myconfig, $form->{"tax_$i"}); } # this is for ar