diff options
author | Mark Wells <mark@freeside.biz> | 2015-10-02 17:19:14 -0700 |
---|---|---|
committer | Mark Wells <mark@freeside.biz> | 2015-10-02 17:19:14 -0700 |
commit | 28061a709c2d15f481fce9787b32b39b347d747d (patch) | |
tree | 84a0126f3e6a887ccc5febdc27cfebb82a8fa794 /httemplate/search/report_tax.cgi | |
parent | 453d0509426c36f94868c06823327bb58871a763 (diff) |
fix placement of "taxable" column, #37088
Diffstat (limited to 'httemplate/search/report_tax.cgi')
-rw-r--r-- | httemplate/search/report_tax.cgi | 4 |
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"> × </TD> - <TD><% $row->{rate} %></TD> % # taxable sales <TD> <A HREF="<% $saleslink . $rowlink . ";taxable=1" %>"> <% $money_sprintf->( $row->{taxable} ) %> </A> </TD> + <TD CLASS="bigmath"> × </TD> + <TD><% $row->{rate} %></TD> % # estimated tax <TD CLASS="bigmath"> = </TD> <TD> |