summaryrefslogtreecommitdiff
path: root/bin/oe.pl
diff options
context:
space:
mode:
Diffstat (limited to 'bin/oe.pl')
-rwxr-xr-xbin/oe.pl3
1 files changed, 2 insertions, 1 deletions
diff --git a/bin/oe.pl b/bin/oe.pl
index 320a7fa8..3312e2b6 100755
--- a/bin/oe.pl
+++ b/bin/oe.pl
@@ -608,7 +608,8 @@ sub form_footer {
foreach my $item (@taxes) {
my $taccno = $item->account;
$form->{"${taccno}_total"} = $form->format_amount(\%myconfig,
- $item->value, 2);
+ $form->{"${taccno}_rate"} * $form->{"${taccno}_base"}, 2);
+
$tax .= qq|
<tr>