X-Git-Url: http://wagnertech.de/gitweb/gitweb.cgi/mfinanz.git/blobdiff_plain/5c8321315d8ec81490e0769ddfb7d248981ffcca..f4d0698c501d246634b31f0a61a2cfe859d25d7b:/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