X-Git-Url: http://git.freeside.biz/gitweb/?a=blobdiff_plain;f=htetc%2Fhandler.pl;h=056efa88b50e038ce5bb03c77fc058dcf1a7f0da;hb=ffe9f4473c5c9c7cb7caeaa5b39160d7b3e8d137;hp=8e097c656334e0b93b726419c0944e2d012caa89;hpb=f1038a648b3d53db925b23519e7cd2a30c6837ed;p=freeside.git diff --git a/htetc/handler.pl b/htetc/handler.pl index 8e097c656..056efa88b 100644 --- a/htetc/handler.pl +++ b/htetc/handler.pl @@ -67,11 +67,12 @@ sub handler use IO::File; use String::Approx qw(amatch); use HTML::Widgets::SelectLayers; - use FS::UID qw(cgisuidsetup dbh getotaker datasrc); + 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; @@ -105,6 +106,8 @@ sub handler 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 ) = @_;