add debugging for accounts picked to pick
[freeside.git] / htetc / handler.pl
index f41db36..ad671d6 100644 (file)
@@ -93,7 +93,9 @@ sub handler
       use Date::Format;
       use Date::Parse;
       use Time::Local;
+      use Time::Duration;
       use Tie::IxHash;
+      use URI::Escape;
       use HTML::Entities;
       use IO::Handle;
       use IO::File;
@@ -117,7 +119,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;