X-Git-Url: http://git.freeside.biz/gitweb/?a=blobdiff_plain;ds=sidebyside;f=htetc%2Fhandler.pl;h=b44e3f2d4da8f44c2eb073db58fb88ffac3cd250;hb=18c025613fa052cf4ba8d484f1296cc2a1719a24;hp=f115104b129ba71a1fe1697a6c739357ef37b2fe;hpb=d9649d434ba0955cd079d70e885b9f33f5ad85b5;p=freeside.git diff --git a/htetc/handler.pl b/htetc/handler.pl index f115104b1..b44e3f2d4 100644 --- a/htetc/handler.pl +++ b/htetc/handler.pl @@ -93,15 +93,19 @@ sub handler use Date::Format; use Date::Parse; use Time::Local; + use Time::Duration; use Tie::IxHash; use HTML::Entities; use IO::Handle; use IO::File; + use IO::Scalar; use Net::Whois::Raw qw(whois); if ( $] < 5.006 ) { eval "use Net::Whois::Raw 0.32 qw(whois)"; die $@ if $@; } + use Text::CSV_XS; + use Spreadsheet::WriteExcel; use Business::CreditCard; use String::Approx qw(amatch); use Chart::LinesPoints; @@ -114,7 +118,7 @@ sub handler small_custview myexit http_header); use FS::UI::Web; use FS::Msgcat qw(gettext geterror); - use FS::Misc qw( send_email ); + use FS::Misc qw( send_email send_fax ); use FS::Report::Table::Monthly; use FS::TicketSystem;