summaryrefslogtreecommitdiff
path: root/httemplate
diff options
context:
space:
mode:
authorIvan Kohler <ivan@freeside.biz>2012-12-04 09:21:19 -0800
committerIvan Kohler <ivan@freeside.biz>2012-12-04 09:21:19 -0800
commit998b62d3f157ba546b2b100f2005934f42aa863f (patch)
tree6de1ca9d451491439d457598b876b5a0e18552ec /httemplate
parent1ef17523c4d4c06b8f26e563d7f633ec7f2e7d99 (diff)
add IO::String as a proper web interface dep, RT#19732
Diffstat (limited to 'httemplate')
-rw-r--r--httemplate/search/customer_accounting_summary.html3
1 files changed, 1 insertions, 2 deletions
diff --git a/httemplate/search/customer_accounting_summary.html b/httemplate/search/customer_accounting_summary.html
index 557528325..e01b8cd51 100644
--- a/httemplate/search/customer_accounting_summary.html
+++ b/httemplate/search/customer_accounting_summary.html
@@ -9,8 +9,7 @@
http_header('Content-Disposition' => qq!attachment;filename="$filename"!);
my $output = '';
- use IO::String;
- my $XLS = IO::String->new($output);;
+ my $XLS = IO::String->new($output);
my $workbook = $format->{class}->new($XLS)
or die "Error opening .xls file: $!";