summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMark Wells <mark@freeside.biz>2015-10-02 17:19:14 -0700
committerMark Wells <mark@freeside.biz>2015-10-02 17:19:33 -0700
commitc62c90543fcd5de9e57b1d2ce442fa37c71358c8 (patch)
treeb28506102983694625abdccdee95b40b7ef7ce3a
parent61a0dc609fd2b7db3571f8f86672481d1e064331 (diff)
fix placement of "taxable" column, #37088
-rw-r--r--httemplate/search/report_tax.cgi4
1 files changed, 2 insertions, 2 deletions
diff --git a/httemplate/search/report_tax.cgi b/httemplate/search/report_tax.cgi
index 6d0e95d2a..615abe5b2 100644
--- a/httemplate/search/report_tax.cgi
+++ b/httemplate/search/report_tax.cgi
@@ -125,14 +125,14 @@ TD.rowhead { font-weight: bold; text-align: left; padding: 0px 3px }
<% $money_sprintf->( $row->{sales_credited} ) %>
</A>
</TD>
- <TD CLASS="bigmath"> &times; </TD>
- <TD><% $row->{rate} %></TD>
% # taxable sales
<TD>
<A HREF="<% $saleslink . $rowlink . ";taxable=1" %>">
<% $money_sprintf->( $row->{taxable} ) %>
</A>
</TD>
+ <TD CLASS="bigmath"> &times; </TD>
+ <TD><% $row->{rate} %></TD>
% # estimated tax
<TD CLASS="bigmath"> = </TD>
<TD>