X-Git-Url: http://git.freeside.biz/gitweb/?a=blobdiff_plain;f=htetc%2Fhandler.pl;h=056efa88b50e038ce5bb03c77fc058dcf1a7f0da;hb=f49abe45eac46eb04adbe18696a941993d5e9757;hp=1a746a552bcdeddf6f189b653718a7013f27c44e;hpb=12fca9ac80c2b0444a7916506f6e2a8fa98bc24d;p=freeside.git diff --git a/htetc/handler.pl b/htetc/handler.pl index 1a746a552..056efa88b 100644 --- a/htetc/handler.pl +++ b/htetc/handler.pl @@ -72,6 +72,7 @@ sub handler 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 ) = @_;