X-Git-Url: http://wagnertech.de/gitweb/gitweb.cgi/kivitendo-erp.git/blobdiff_plain/081a4f9736f3bc345872be8f61632cbed4a8d9b3..4ee4670cb59cc318fd0d67ac19dd147dd63b87c7:/SL/AP.pm 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