diff options
Diffstat (limited to 'httemplate/search/report_tax.cgi')
| -rw-r--r-- | httemplate/search/report_tax.cgi | 6 |
1 files changed, 5 insertions, 1 deletions
diff --git a/httemplate/search/report_tax.cgi b/httemplate/search/report_tax.cgi index bf3b3d85c..3e9d7653a 100644 --- a/httemplate/search/report_tax.cgi +++ b/httemplate/search/report_tax.cgi @@ -149,7 +149,11 @@ TD.rowhead { font-weight: bold; text-align: left; padding: 0px 3px } <TD CLASS="rowhead"> <% emt('Out of taxable region') %> </TD> - <TD><% $money_sprintf->( $report->{outside } ) %></TD> + <TD STYLE="text-align: right"> + <A HREF="<% $saleslink %>;out=1;taxname=<% $params{taxname} %>"> + <% $money_sprintf->( $report->{outside } ) %> + </A> + </TD> <TD COLSPAN=0></TD> </TR> </TBODY> |
