correct uncorrected tyop
authorjeff <jeff>
Wed, 26 May 2010 16:12:08 +0000 (16:12 +0000)
committerjeff <jeff>
Wed, 26 May 2010 16:12:08 +0000 (16:12 +0000)
FS/FS/tax_rate.pm

index 3ccfb8b..94ba9db 100644 (file)
@@ -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>