[freeside-commits] freeside/FS/FS tax_rate.pm,1.29.2.10,1.29.2.11
Jeff Finucane,420,,
jeff at wavetail.420.am
Wed May 26 09:12:10 PDT 2010
Update of /home/cvs/cvsroot/freeside/FS/FS
In directory wavetail.420.am:/tmp/cvs-serv29762
Modified Files:
Tag: FREESIDE_1_9_BRANCH
tax_rate.pm
Log Message:
correct uncorrected tyop
Index: tax_rate.pm
===================================================================
RCS file: /home/cvs/cvsroot/freeside/FS/FS/tax_rate.pm,v
retrieving revision 1.29.2.10
retrieving revision 1.29.2.11
diff -u -w -d -r1.29.2.10 -r1.29.2.11
--- tax_rate.pm 13 May 2010 05:43:57 -0000 1.29.2.10
+++ tax_rate.pm 26 May 2010 16:12:08 -0000 1.29.2.11
@@ -1967,7 +1967,7 @@
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>
More information about the freeside-commits
mailing list