X-Git-Url: http://git.freeside.biz/gitweb/?p=freeside.git;a=blobdiff_plain;f=httemplate%2Fsearch%2Freport_tax.cgi;fp=httemplate%2Fsearch%2Freport_tax.cgi;h=bf3b3d85cefee32dafe95d631ad82e092b9662c2;hp=124e5d8192732e4b70ce8133738a68b5d185f058;hb=642f5b08d9e9ac63252d07523d8f04b9e09752c2;hpb=c7560e90bea5f1450cf66254468d427b854c83c4 diff --git a/httemplate/search/report_tax.cgi b/httemplate/search/report_tax.cgi old mode 100755 new mode 100644 index 124e5d819..bf3b3d85c --- a/httemplate/search/report_tax.cgi +++ b/httemplate/search/report_tax.cgi @@ -14,7 +14,7 @@ TD.sectionhead { .grid TH { background-color: #cccccc; padding: 0px 3px 2px } .row0 TD { background-color: #eeeeee; padding: 0px 3px 2px; text-align: right} .row1 TD { background-color: #ffffff; padding: 0px 3px 2px; text-align: right} -TD.rowhead { font-weight: bold; text-align: left } +TD.rowhead { font-weight: bold; text-align: left; padding: 0px 3px } .bigmath { font-size: large; font-weight: bold; font: sans-serif; text-align: center } .total { font-style: italic } @@ -141,6 +141,19 @@ TD.rowhead { font-weight: bold; text-align: left } % $rownum++; % $prev_row = $row; % } # foreach my $row +% # at the end of everything + +% if ( $report->{outside} > 0 ) { + + + + <% emt('Out of taxable region') %> + + <% $money_sprintf->( $report->{outside } ) %> + + + +% } <& /elements/footer.html &>