fix placement of "taxable" column, #37088
authorMark Wells <mark@freeside.biz>
Sat, 3 Oct 2015 00:19:14 +0000 (17:19 -0700)
committerMark Wells <mark@freeside.biz>
Sat, 3 Oct 2015 00:19:33 +0000 (17:19 -0700)
httemplate/search/report_tax.cgi

index 6d0e95d..615abe5 100644 (file)
@@ -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>