From 998b62d3f157ba546b2b100f2005934f42aa863f Mon Sep 17 00:00:00 2001 From: Ivan Kohler Date: Tue, 4 Dec 2012 09:21:19 -0800 Subject: add IO::String as a proper web interface dep, RT#19732 --- httemplate/search/customer_accounting_summary.html | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) (limited to 'httemplate') 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: $!"; -- cgit v1.2.1