diff options
Diffstat (limited to 'httemplate/search/customer_accounting_summary.html')
| -rw-r--r-- | httemplate/search/customer_accounting_summary.html | 6 |
1 files changed, 4 insertions, 2 deletions
diff --git a/httemplate/search/customer_accounting_summary.html b/httemplate/search/customer_accounting_summary.html index 5ce2e3a8f..557528325 100644 --- a/httemplate/search/customer_accounting_summary.html +++ b/httemplate/search/customer_accounting_summary.html @@ -73,9 +73,11 @@ $r++; } #$row $workbook->close; + + http_header('Content-Length' => length($output)); + $m->print($output); </%perl> -<% $output %> -% } else { +% } else { <& /elements/header.html, $title &> % my $myself = $cgi->self_url; <P ALIGN="right" CLASS="noprint"> |
