summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authormark <mark>2010-11-06 23:57:48 +0000
committermark <mark>2010-11-06 23:57:48 +0000
commita4e9ffbfcd8e782a00de77af4a42d5de2859273d (patch)
treea31a231bab14f126c9d57f5ab00be9dcf829f10e
parent11686f7c21bed96f563e70212f44044604f8a733 (diff)
sales tax report in Excel, RT#10321
-rw-r--r--FS/FS/Mason.pm2
1 files changed, 2 insertions, 0 deletions
diff --git a/FS/FS/Mason.pm b/FS/FS/Mason.pm
index 550ea1a45..4671f9694 100644
--- a/FS/FS/Mason.pm
+++ b/FS/FS/Mason.pm
@@ -71,6 +71,7 @@ if ( -e $addl_handler_use_file ) {
use URI::Escape;
use HTML::Entities;
use HTML::TreeBuilder;
+ use HTML::TableExtract qw(tree);
use HTML::FormatText;
use HTML::Defang;
use JSON;
@@ -88,6 +89,7 @@ if ( -e $addl_handler_use_file ) {
}
use Text::CSV_XS;
use Spreadsheet::WriteExcel;
+ use Spreadsheet::WriteExcel::Utility;
use Business::CreditCard 0.30; #for mask-aware cardtype()
use NetAddr::IP;
use Net::Ping;