X-Git-Url: http://git.freeside.biz/gitweb/?a=blobdiff_plain;f=htetc%2Fhandler.pl;h=49bcbc08c22c499e539627ba04a77d0e29331fe4;hb=bbbdd40d71fa66405224872a173a080a7a7dbfef;hp=680d11ec8d836f71dc5a3d3a07f60cc1aa9d4811;hpb=8f42b751aebda2e7dce2c363bed6f1e15b411b1d;p=freeside.git diff --git a/htetc/handler.pl b/htetc/handler.pl index 680d11ec8..49bcbc08c 100644 --- a/htetc/handler.pl +++ b/htetc/handler.pl @@ -66,11 +66,13 @@ sub handler use IO::Handle; use IO::File; use String::Approx qw(amatch); - use FS::UID qw(cgisuidsetup dbh getotaker datasrc); + use HTML::Widgets::SelectLayers 0.02; + use FS::UID qw(cgisuidsetup dbh getotaker datasrc driver_name); use FS::Record qw(qsearch qsearchs fields dbdef); use FS::Conf; use FS::CGI qw(header menubar popurl table itable ntable idiot eidiot small_custview myexit); + use FS::Msgcat qw(gettext geterror); use FS::agent; use FS::agent_type; @@ -102,6 +104,10 @@ sub handler use FS::svc_forward; use FS::svc_www; use FS::type_pkgs; + use FS::part_export; + use FS::part_export_option; + use FS::export_svc; + use FS::msgcat; *CGI::redirect = sub { my( $self, $location ) = @_;