summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorjeff <jeff>2010-05-26 16:12:08 +0000
committerjeff <jeff>2010-05-26 16:12:08 +0000
commitb9cc5b39fa2d3004a1b79f121a457bac59a343c9 (patch)
tree51f8a1bb8feb005de6b9236a0b03e745269bf440
parenta762d2b5788e325f61cbfe5c2d30261c10c8b8a0 (diff)
correct uncorrected tyop
-rw-r--r--FS/FS/tax_rate.pm2
1 files changed, 1 insertions, 1 deletions
diff --git a/FS/FS/tax_rate.pm b/FS/FS/tax_rate.pm
index 3ccfb8b5d..94ba9dbb7 100644
--- a/FS/FS/tax_rate.pm
+++ b/FS/FS/tax_rate.pm
@@ -1967,7 +1967,7 @@ EOF
print $report <<EOF;
<TR>
<TD CLASS="grid" BGCOLOR="<% '$bgcolor' %>"><% '$tax->{label}' %></TD>
- <% $tax->{base} ? qq!<TD CLASS="grid" BGCOLOR="$bgcolor"></TD>! : '' %>
+ <% ($tax->{base}) ? qq!<TD CLASS="grid" BGCOLOR="$bgcolor"></TD>! : '' %>
<TD CLASS="grid" BGCOLOR="<% '$bgcolor' %>" ALIGN="right">
<A HREF="<% '$baselink$link' %>;istax=1"><% '$money_char' %><% sprintf('%.2f', $tax->{'tax'} ) %></A>
</TD>