From be3e83d00af5499ffbafa2eacf192b7563ac5131 Mon Sep 17 00:00:00 2001 From: einhverfr Date: Fri, 21 Dec 2007 07:12:36 +0000 Subject: Merging tax fixes for transactions screens from branches/1.2 git-svn-id: https://ledger-smb.svn.sourceforge.net/svnroot/ledger-smb/trunk@1994 4979c152-3d1c-0410-bac9-87ea11338e46 --- bin/aa.pl | 9 ++++++--- 1 file changed, 6 insertions(+), 3 deletions(-) (limited to 'bin') diff --git a/bin/aa.pl b/bin/aa.pl index 85324570..9e27c2b5 100644 --- a/bin/aa.pl +++ b/bin/aa.pl @@ -692,12 +692,14 @@ qq| |; } - foreach $item ( split / /, $form->{taxaccounts} ) { + if($form->{"calctax_$item"}){ + $form->{invtotal} += $form->{"tax_$item"}; + } $form->{"calctax_$item"} = ( $form->{"calctax_$item"} ) ? "checked" : ""; - + $form->{"tax_$item"} = $form->format_amount( \%myconfig, $form->{"tax_$item"}, 2 ); @@ -705,7 +707,8 @@ qq| {"tax_$item"}> {"calctax_$item"}> - + |; -- cgit v1.2.3